Grafana Notifier

Notifier for Grafana.

Vad är Grafana Notifier?

Grafana Notifier är en Chrome-tillägg utvecklad av chromgrafananotifier, och dess huvudfunktion är "Notifier for Grafana.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Grafana Notifier-förlängningens CRX-fil

Ladda ner Grafana Notifier-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Grafana Notifier Grafana Notifier
ID gblfligopcaolbcnhncooiakjiefcmja
Officiell webbadress https://chromewebstore.google.com/detail/grafana-notifier/gblfligopcaolbcnhncooiakjiefcmja
Beskrivning Notifier for Grafana.
Filstorlek 157 KB
Antal Installationer 244
Aktuell Version 1.1
Senast Uppdaterad 2018-03-09
Publiceringsdatum 2018-03-09
Betyg 4.00/5 Totalt 3 Betyg
Utvecklare chromgrafananotifier
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}