Add installation and uninstallation events for browser extensions
View options
- Truncate descriptions
Created by: ryankscott
Feature request description
Is your feature request related to a problem? If so, please describe.
I'd like to be able to easily tell when a user has installed or uninstalled our browser extensions so that we can easily determine what change in user behaviour is caused by having these installed.
Describe alternatives you've considered.
We can currently get raw install and uninstall numbers from each of the individual marketplace (Chrome, Firefox and Safari) but that requires aggregating numbers from three places, and I'm unsure if that gives us information as to when the event happened and for which particular user.
We could also try infer this from other related events for example the BrowserExtensionConnectedToServer event. Which I'm unsure when is fired.

