1
0
Форкнуть 0
Firefox Account browser web extension shield experiment
Перейти к файлу
Vijay Budhram 17cabc2b4c
Merge pull request #77 from mozilla/update-readme, r=@philbooth
chore(version): Add archive repo notes.
2019-04-01 11:13:08 -04:00
.circleci Updated ci cachebusters to ensure that latest nightly is used 2018-08-31 18:52:58 +03:00
dist chore(docs): Fix survey links 2019-02-14 12:02:38 -05:00
docs chore(docs): Fix survey links 2019-02-14 12:02:38 -05:00
src chore(docs): Fix survey links 2019-02-14 12:02:38 -05:00
test fix(icon): update toolbar icon to match theme 2019-01-29 15:00:34 -05:00
.babelrc Code coverage for unit tests 2018-06-09 00:34:07 -07:00
.eslintignore Restored and ran npm run format 2018-07-30 10:02:01 +03:00
.eslintrc.js Synced eslint rules with utils eslint 2018-06-21 11:28:41 +03:00
.gitignore feat(fxa): update docs and add testing version 2019-01-15 22:20:23 -05:00
CODE_OF_CONDUCT.md Add Mozilla Code of Conduct file 2019-03-30 00:06:36 -07:00
LICENSE Added default license file to template 2018-03-09 23:23:16 +02:00
README.md chore(version): Add archive repo notes. 2019-04-01 11:05:01 -04: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 feat(v2): update extension to V2 2019-02-05 13:12:33 -05:00
package.json chore(docs): Fix survey links 2019-02-14 12:02:38 -05:00
web-ext-config.js feat(v2): update control, treatment, treatment variations 2019-02-08 09:18:54 -05:00

README.md

Firefox Account Browser Discoverability Shield Study

This repo is archived and no longer being developed. From this experiment the FxA toolbar menu was landed as a native feature in Firefox. Bugzilla Issue.

About This Repository

This repository uses the Shield Study Template to build the Firefox Account Browser Discoverability Shield Study.

For additional information please review PHD.

Running as temporary add-on in Firefox

Please run at your own risk, this is currently still in active development. If you are building and running this extension locally, please use Firefox Nightly.

  1. Goto about:debugging
  2. Click Load Temporary Add-on
  3. Select add-on version in dist folder

Documentation

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.