Reputation: 387
I need some insight about the browser action that triggers the popup.
Can I open a popup from one of the following scenarios?
Is there way to do this, or the popup controlling is only possible from background scope?
Upvotes: 1
Views: 111
Reputation: 3753
The popup can only be opened by clicking on the browser action button and cannot be triggered/opened via code in any scope. Even in the background scope, you can set the configure the browser action, but you cannot open it.
[Disclosure: I am a Crossrider employee]
Upvotes: 2