When i am calling the setInterval method or alert in chrome extension v3 version the interval/alert works fine when I have opened the extension notification tab but when I closes it the interval/alert both get stopped or sometimes are called only few times.I think this is due to the chrome extension goes in inactive state. what should we do to call API in fix interval all the time.