mywot / chrome

WOT's Chrome extension
http://www.mywot.com/wiki/Chrome
GNU General Public License v3.0
8 stars 7 forks source link

Distinguish pre-installed addons from user-installed #29

Closed sorgoz closed 12 years ago

sorgoz commented 12 years ago

We need to track amount of [active | registered] addons distributed by pre-installation.

Agreed with partner M to use 2 pre-setup values in the local storage:

embedded = true (if the addon was preinstalled in a browser; otherwise it will be undefined) partner = "name of the partner" - we will use this param to count efficiency of partnership and amount of new/active add-ons.

We need:

  1. check <if prefs.get("embedded") is set to true> during first run of the addon, and if so, don't show welcome page.
sorgoz commented 12 years ago

obsolete issue. See #35.