Skip to content

iLert/ilert-chrome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chrome extension for ilert alerts

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

pin help

This plugin shows the alerts in a small badge and Chrome will notify on new alerts.

Get started (from release)

  1. Navigate to releases of this Github repository.
  2. Download the latest version archive here
  3. Follow steps in Installing the plugin below

Get started (from source)

Building the plugin

Clone this repository, and then, in this directory:

  1. nvm use v16.17.0
  2. npm install
  3. npx webpack

Installing the plugin

To get your build plugin into Chrome do the following:

  1. Open Chrome
  2. Navigate to chrome://extensions/
  3. Enable Developer Mode on the top right
  4. Click Load Unpacked
  5. Navigate to your local dist/ directory (the one with manifest.json)

FAQ

I am not getting any notifications

  • 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

Webpack does not work

The current version of this plugin cannot be packed with Node.js > 16, use nvm to switch to 16.

I am not seeing the extension in Chrome

Make sure to pin the extension to add it to your toolbar.

pin help

How do I login? What is organization?

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

pin help

When will this be available in the Chrome extension marketplace

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

pin help