Grafana Notifier
Notifier for Grafana.
Wat is Grafana Notifier?
Grafana Notifier is een Chrome-extensie ontwikkeld door chromgrafananotifier, en de belangrijkste functie is "Notifier for Grafana.".
Extensie Screenshots
Download het CRX-bestand van de extensie Grafana Notifier
Download Grafana Notifier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Grafana Notifier |
ID | gblfligopcaolbcnhncooiakjiefcmja |
Officiële URL | https://chromewebstore.google.com/detail/grafana-notifier/gblfligopcaolbcnhncooiakjiefcmja |
Beschrijving | Notifier for Grafana. |
Bestandsgrootte | 157 KB |
Aantal Installaties | 244 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2018-03-09 |
Publicatiedatum | 2018-03-09 |
Beoordeling | 4.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | chromgrafananotifier |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |