I have a javascript extension on top of Gmail.
Say a user navigates to some other website xyz.com.
And If there is a very important update from my extension I want to automatically navigate the user back to the Gmail form my javascript code.
Is this possible? I have tried window.focus()
but it does not seem to work.
Any other suggestions please. Thanks.