Aman Gupta
Aman Gupta

Reputation: 3797

Chrome Extension Event

Does chrome emits an event whenever a new extension is installed in chrome? If yes, how to listen to this event. I want to know somehow that the user has installed an extension.

Upvotes: 0

Views: 47

Answers (1)

Haibara Ai
Haibara Ai

Reputation: 10897

Here you go: chrome.management.onInstalled, don't forget management permission

Upvotes: 2

Related Questions