Grafana Notifier

Notifier for Grafana.

Was ist Grafana Notifier?

Grafana Notifier ist eine Chrome-Erweiterung, die von chromgrafananotifier entwickelt wurde, und ihr Hauptmerkmal ist "Notifier for Grafana.".

Erweiterungsscreenshots

screenshot
screenshot

Grafana Notifier-Erweiterungs-CRX-Datei herunterladen

Laden Sie Grafana Notifier-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Grafana Notifier Grafana Notifier
ID gblfligopcaolbcnhncooiakjiefcmja
Offizielle URL https://chromewebstore.google.com/detail/grafana-notifier/gblfligopcaolbcnhncooiakjiefcmja
Beschreibung Notifier for Grafana.
Dateigröße 157 KB
Installationsanzahl 244
Aktuelle Version 1.1
Letztes Update 2018-03-09
Veröffentlichungsdatum 2018-03-09
Bewertung 4.00/5 Insgesamt 3 Bewertungen
Entwickler chromgrafananotifier
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}