Extension that prompts users to participate in the Firefox Pioneer program.
Перейти к файлу
Fredrik Wollsén 16d823e68e Results of npm run format 2018-03-09 23:23:16 +02:00
.circleci Fix #3: CircleCI 2017-11-15 19:57:16 -06:00
addon Results of npm run format 2018-03-09 23:23:16 +02:00
bin Added extra echo in build output before listing built files 2018-03-09 23:23:16 +02:00
dist Avoid "zip I/O error: No such file or directory" on npm run build 2017-11-03 21:48:25 +02:00
shield-docs Moved shield-docs to own folder 2018-03-09 23:23:16 +02:00
templates Moved in files from gregglind/template-shield-study 2017-11-01 15:20:07 -05:00
test Results of npm run format 2018-03-09 23:23:16 +02:00
.eslintignore Ignore pioneer utils jsm 2018-03-09 23:23:16 +02:00
.eslintrc.js Results of npm run format 2018-03-09 23:23:16 +02:00
.gitignore Ignore pioneer utils jsm 2018-03-09 23:23:16 +02:00
DEV.md Improved dev docs 2018-03-09 23:23:16 +02:00
LICENSE Added default license file to template 2018-03-09 23:23:16 +02:00
README.md Moved majority of docs from readme to DEV and TESTPLAN, making the readme lean and easy to overview 2018-03-09 23:23:16 +02:00
TELEMETRY.md Improved testplan docs 2018-03-09 23:23:16 +02:00
TESTPLAN.md Improved dev docs 2018-03-09 23:23:16 +02:00
WINDOWS_SETUP.md Add windows docs 2017-11-29 15:30:23 -07:00
package-lock.json Fix #3: CircleCI 2017-11-15 19:57:16 -06:00
package.json Results of npm run format 2018-03-09 23:23:16 +02:00
run-firefox.js Results of npm run format 2018-03-09 23:23:16 +02:00

README.md

Shield Study Embedded Web Extension Template

Under Construction

Check out changes under review before forking

This repo is undergoing big changes. A huge PR is currently under review for improvements to build an embedded WebExtension Shield study.

We are moving to WebExtension Experiments

In an effort to move to WebExtensions, we are also working on making a Shield study WebExtension Experiment template. That template will ultimately replace this one.

CircleCI badge

About This Study

Note: This is toy / demonstration Shield Study Legacy Addon. Use this as a template for yours

(Note: get these from your PHD).

Goal: Determine which if any TOOLBAR BUTTONS DESIGNS is the most enticing to the user.

Seeing the add-on in action

See TESTPLAN.md for more details on how to get the add-on installed and tested.

Data Collected / Telemetry Pings

Measure:

  • Button (BrowserAction) usage.

See TELEMETRY.md for more details on what pings are sent by this add-on.

Analyzing data

Telemetry pings are loaded into S3 and re:dash. Sample query:

Improving this add-on

See DEV.md for more details on how to work with this add-on as a developer.