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 |
电子邮箱 | [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" ] } |