Grafana Notifier

Notifier for Grafana.

什麼是Grafana Notifier?

Grafana Notifier是由chromgrafananotifier開發的Chrome擴展程式,該擴展的主要功能是“Notifier for Grafana.”。

擴展截圖

screenshot
screenshot

下載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 Grafana Notifier
ID gblfligopcaolbcnhncooiakjiefcmja
官方網址 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
電子郵箱 [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"
    ]
}