Closed railsagainstignorance closed 8 years ago
How would this work? Do we have every every extension report its state periodically? Do we track the state of the extension against an identifiable user ID? Is that wise?
To track how many user's have the extension installed: We could use https://developer.chrome.com/apps/identity#type-AccountInfo
Or we could generate a UUID and store that in the extensions storage
The built-in account info thing gets my vote
impl of answer in #77