Extension that prompts users to participate in the Firefox Pioneer program.
Перейти к файлу
Fredrik Wollsén 6e455f8575 Restored cleanup logic 2019-04-09 23:51:59 +03:00
.circleci Updated ci cachebusters to ensure that latest nightly is used 2018-08-31 18:52:58 +03:00
dist Using dist/ as build output directory 2018-04-25 09:36:30 -05:00
docs Cleanups and configuration 2019-04-02 15:53:33 +03:00
src Restored cleanup logic 2019-04-09 23:51:59 +03:00
test Cleanups and configuration 2019-04-02 15:53:33 +03:00
.babelrc Code coverage for unit tests 2018-06-09 00:34:07 -07:00
.eslintignore Upgraded to shield utils 5.2.0 + ported over improvements from the jestr study 2019-01-31 00:51:32 +01:00
.eslintrc.js Synced eslint rules with utils eslint 2018-06-21 11:28:41 +03:00
.gitignore Upgraded to shield utils 5.2.0 + ported over improvements from the jestr study 2019-01-31 00:51:32 +01:00
CODE_OF_CONDUCT.md Including latest updates from the template 2019-04-01 23:22:58 +03:00
LICENSE Added default license file to template 2018-03-09 23:23:16 +02:00
README.md Cleanups and configuration 2019-04-02 15:53:33 +03:00
karma.conf.js Producing trace-level geckodriver logs in test/results/logs - for debugging failing functional tests in CI 2018-07-29 20:17:14 +03:00
package-lock.json Changed name from pioneer-enrollment-study to pioneer-participation-prompt 2019-04-01 23:35:44 +03:00
package.json Added pioneerNotification web extension experiment structure based on introductionNotificationBar in the template 2019-04-09 00:01:18 +03:00
run-firefox.js Removed all variations but notificationAndPopunder, which de facto was the only active branch 2019-04-01 23:41:03 +03:00
web-ext-config.js Restored the pioneer notification 2019-04-09 23:04:31 +03:00

README.md

Pioneer Participation Prompt

CircleCI badge Coverage Status

The purpose of this extension is to prompt users to participate in Pioneer.

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

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.

References