A Chrome extension which parses the currently logged in EVGA user's "My Notifies" page. The data gathered from each user is stored in firestore and used to inform the user which signup date the queue has made it up to so far. A very rough estimate of when the current user may receive a notification email is also displayed if enough data is available. This estimate is calculated by comparing the current user's signup date to the signup date of user who received the latest notification for the given card model.
npm run build
npm run watch
npm run build:minify
Note: This repository and build instructions are provided for informational/auditing purposes only. The extension will not function properly without a valid firebase config, which is out of the scope of this readme. Running the above build commands will not result in a fully functioning extension.
The latest release (which is fully functioning) can be procured from the Releases page.
- Download the latest release from the Releases page
- Unzip it somewhere
- Go to
chrome://extensions/
, switch on theDeveloper mode
toggle, and click theLoad unpacked
button. - Browse to the folder you unzipped and confirm