Note: this plugin is still in BETA, we provide limited support, if you run into any issues or would like to provide feedback, feel free to open a Github issue on this repository
This plugin shows the alerts in a small badge and Chrome will notify on new alerts.
- Navigate to releases of this Github repository.
- Download the latest version archive here
- Follow steps in
Installing the plugin
below
Clone this repository, and then, in this directory:
nvm use v16.17.0
npm install
npx webpack
To get your build plugin into Chrome do the following:
- Open Chrome
- Navigate to
chrome://extensions/
- Enable
Developer Mode
on the top right - Click
Load Unpacked
- Navigate to your local
dist/
directory (the one withmanifest.json
)
- Make sure to enable notifications on your devices OS for Chrome.
- Make sure your device is not in any "focus" or "do not disturb" mode
- Note that alerts of type "Low" priority will not create notifications
The current version of this plugin cannot be packed with Node.js > 16, use nvm to switch to 16.
Make sure to pin the extension to add it to your toolbar.
You can create an api key for your ilert account under profile -> Api Keys (read permissions are sufficient)
The origanization is your "subdomain" e.g. myaccount.ilert.com -> myaccount
The plugin is already fully functional, however we will keep it in BETA for a while until we move it to GA and offer it as official Chrome extension