imoin
Monitor your icinga or nagios instance.
ما هو imoin؟
imoin هو إضافة Chrome تم تطويرها بواسطة https://ewus.de، والميزة الرئيسية لها هي "Monitor your icinga or nagios instance.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة imoin
قم بتنزيل ملفات الامتداد imoin بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
See the status of your Icinga or Nagios instance at a glance in your browser. This add-on needs an Icinga or Nagios server to query. Multiple servers are supported. A nice toolbar icon summarizes the state of all monitored hosts and services. Clicking the icon opens a panel with details for errors and warnings, all hosts and all services.
معلومات أساسية عن التمديد
الاسم | imoin |
ID | ipahifophldbejeoheadbfhdcaemidob |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/imoin/ipahifophldbejeoheadbfhdcaemidob |
الوصف | Monitor your icinga or nagios instance. |
حجم الملف | 92.78 KB |
عدد التثبيتات | 496 |
النسخة الحالية | 24.0.0 |
آخر تحديث | 2018-08-29 |
تاريخ النشر | 2018-08-29 |
المطور | https://ewus.de |
نوع الدفع | free |
موقع الإضافة | https://github.com/ErikWegner/imoin |
عنوان صفحة المساعدة | https://github.com/ErikWegner/imoin/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "imoin", "version": "24.0.0", "description": "Monitor your icinga or nagios instance.", "author": "Erik Wegner", "homepage_url": "https:\/\/imoin.qwirl.eu\/", "icons": { "48": "icons\/icon-48.png" }, "background": { "scripts": [ "bundle.js" ] }, "browser_action": { "browser_style": false, "default_popup": "html\/panel.html", "default_title": "imoin", "default_icon": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png" } }, "options_ui": { "page": "html\/options.html", "open_in_tab": true }, "permissions": [ "alarms", "storage", "https:\/\/*\/", "http:\/\/*\/" ] } |