Grafana Notifier

Notifier for Grafana.

Qu'est-ce que Grafana Notifier ?

Grafana Notifier est une extension Chrome développée par chromgrafananotifier, et sa fonction principale est "Notifier for Grafana.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Grafana Notifier

Téléchargez les fichiers d'extension Grafana Notifier au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Grafana Notifier Grafana Notifier
ID gblfligopcaolbcnhncooiakjiefcmja
URL Officiel https://chromewebstore.google.com/detail/grafana-notifier/gblfligopcaolbcnhncooiakjiefcmja
Description Notifier for Grafana.
Taille du Fichier 157 KB
Nombre d'Installations 244
Version Actuelle 1.1
Dernière Mise à Jour 2018-03-09
Date de Publication 2018-03-09
Évaluation 4.00/5 Total 3 Évaluations
Développeur chromgrafananotifier
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}