ftlabs / perf-widget

22 stars 2 forks source link

in extension, track count of enabled/disabled state over time #90

Closed railsagainstignorance closed 8 years ago

railsagainstignorance commented 8 years ago

impl of answer in #77

seanmtracey commented 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?

JakeChampion commented 8 years ago

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

seanmtracey commented 8 years ago

The built-in account info thing gets my vote