Grafana Notifier
Notifier for Grafana.
Grafana Notifierคืออะไร?
Grafana Notifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chromgrafananotifier และคุณลักษณะหลักของมันคือ "Notifier for Grafana."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Grafana Notifier
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |