Grafana Notifier
Notifier for Grafana.
What is Grafana Notifier?
Grafana Notifier is a Chrome extension developed by chromgrafananotifier, and its main feature is "Notifier for Grafana.".
Extension Screenshots
Download Grafana Notifier Extension CRX File
Download Grafana Notifier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
With this extension alerting status of the Grafana monitoring system are displayed directly in the browser. Alerts are detected quickly and reliably. Due to the changing color of the icon in the Chrome's address bar, an overview of the monitored systems and services easily discovered. A sound notification is configurable.
Extension Basic Information
Name | Grafana Notifier |
ID | gblfligopcaolbcnhncooiakjiefcmja |
Official URL | https://chromewebstore.google.com/detail/grafana-notifier/gblfligopcaolbcnhncooiakjiefcmja |
Description | Notifier for Grafana. |
File Size | 157 KB |
Installation Count | 244 |
Current Version | 1.1 |
Last Updated | 2018-03-09 |
Publish Date | 2018-03-09 |
Rating | 4.00/5 Total 3 Ratings |
Developer | chromgrafananotifier |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Grafana Notifier", "version": "1.1", "manifest_version": 2, "description": "Notifier for Grafana.", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon_not_connected.png", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "permissions": [ "notifications" ] } |