Grafana Notifier
Notifier for Grafana.
Co to jest Grafana Notifier?
Grafana Notifier to rozszerzenie Chrome opracowane przez chromgrafananotifier, a jego główną funkcją jest „Notifier for Grafana.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Grafana Notifier
Pobierz pliki rozszerzeń Grafana Notifier w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Grafana Notifier |
ID | gblfligopcaolbcnhncooiakjiefcmja |
Oficjalny URL | https://chromewebstore.google.com/detail/grafana-notifier/gblfligopcaolbcnhncooiakjiefcmja |
Opis | Notifier for Grafana. |
Rozmiar pliku | 157 KB |
Liczba instalacji | 244 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2018-03-09 |
Data Publikacji | 2018-03-09 |
Ocena | 4.00/5 Łącznie 3 Oceny |
Deweloper | chromgrafananotifier |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |