Grafana Notifier
Notifier for Grafana.
Grafana Notifierとは何ですか?
Grafana Notifierはchromgrafananotifierによって開発されたChromeの拡張機能で、その主な機能は「Notifier for Grafana.」です。
拡張機能のスクリーンショット
Grafana Notifier拡張機能のCRXファイルをダウンロード
Grafana Notifier拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Grafana Notifier |
ID | gblfligopcaolbcnhncooiakjiefcmja |
公式URL | https://chromewebstore.google.com/detail/grafana-notifier/gblfligopcaolbcnhncooiakjiefcmja |
説明 | Notifier for Grafana. |
ファイルサイズ | 157 KB |
インストール数 | 244 |
現在のバージョン | 1.1 |
最終更新日 | 2018-03-09 |
公開日 | 2018-03-09 |
評価 | 4.00/5 合計 3 レビュー |
開発者 | chromgrafananotifier |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" ] } |