onInstalled event tracking

This commit is contained in:
Kyle Spearrin 2016-09-27 23:36:55 -04:00
parent deb3cbeb48
commit b1d406a3aa
1 changed files with 7 additions and 0 deletions

View File

@ -11,6 +11,13 @@ var autofillService = new AutofillService();
var passwordGenerationService = new PasswordGenerationService();
var appIdService = new AppIdService();
chrome.runtime.onInstalled.addListener(function (reason) {
ga('send', {
hitType: 'event',
eventAction: 'onInstalled ' + reason
});
});
function buildContextMenu() {
chrome.contextMenus.removeAll();
chrome.contextMenus.create({