ftlabs / perf-widget

22 stars 2 forks source link

Enable chrome extension to uninstall itself based on the response from the server #126

Closed JakeChampion closed 8 years ago

JakeChampion commented 8 years ago

Have an environment variable which when set changes the response the server gives through it's api endpoint, the response should inform the consumer (chrome extension) to uninstall itself as the project is now over.

seanmtracey commented 8 years ago

This relates to issue #118

We'd have to make sure that ITSD have disabled the auto-install of the extension on FT Chrome devices. If we're right in our suspicions that ITSD disabling the extension doesn't automatically delete it from the managed systems, a situation could arise where:

  1. We tell the extension to uninstall itself
  2. ITSD registers that the extension is not on the device and reinstalls
  3. The extension calls our server
  4. See 1.
JakeChampion commented 8 years ago

Resolved via #127