DEPRECATED. Please use https://github.com/mozilla/normandy-nextgen-study-example instead (Old description: Example Firefox Add-on Shield Study built as a Web Extension with Web Extension Experiments to run privileged code where necessary)
Перейти к файлу
Fredrik Wollsén d16f1e01c5 Added default license file to template 2018-03-09 23:23:16 +02:00
.circleci Fix #3: CircleCI 2017-11-15 19:57:16 -06:00
addon Moved icons license file to icons folder 2018-03-09 23:23:16 +02:00
bin WIP push 2017-11-02 16:30:01 -05: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 Formatting, linting and smaller comment tweaks 2018-03-09 23:20:50 +02:00
.eslintignore Delete OLD directory (with the ambition to only keep used files in master) 2018-03-09 23:20:50 +02:00
.eslintrc.js Formatting, linting and smaller comment tweaks 2018-03-09 23:20:50 +02:00
.gitignore Moved in files from gregglind/template-shield-study 2017-11-01 15:20:07 -05: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 Added npm run eslint-fix 2018-03-09 23:20:50 +02:00
run-firefox.js Clarified log output in npm run firefox 2018-03-09 23:20:50 +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.