Grafana Notifier
Notifier for Grafana.
ما هو Grafana Notifier؟
Grafana Notifier هو إضافة Chrome تم تطويرها بواسطة chromgrafananotifier، والميزة الرئيسية لها هي "Notifier for Grafana.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Grafana Notifier
قم بتنزيل ملفات الامتداد Grafana Notifier بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |