I have a client that wants the user to be redirected to a page upon installing a Chrome browser extension. I'm using runtime.onInstalled to do this. However, this has the consequence of showing that page to users whenever the extension is updated as well, which my client doesn't want. Is there a standard/easy way to accomplish this behaviour? Alternatively, if I want to take a more hacky approach, is there any way I can test if what I've done works without having to push a new update to the Chrome web store?
Asked
Active
Viewed 12 times
0
-
As you can see in the documentation the listener of the event receives `reason`. – wOxxOm May 20 '20 at 04:14
-
@wOxxOm ugh my bad -_- – Mason May 21 '20 at 20:40