imoin
Monitor your icinga or nagios instance.
Co to jest imoin?
imoin to rozszerzenie Chrome opracowane przez https://ewus.de, a jego główną funkcją jest „Monitor your icinga or nagios instance.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia imoin
Pobierz pliki rozszerzeń imoin w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ipahifophldbejeoheadbfhdcaemidob |
| Oficjalny URL | https://chromewebstore.google.com/detail/imoin/ipahifophldbejeoheadbfhdcaemidob |
| Opis | Monitor your icinga or nagios instance. |
| Rozmiar pliku | 92.78 KB |
| Liczba instalacji | 496 |
| Aktualna Wersja | 24.0.0 |
| Ostatnia Aktualizacja | 2018-08-29 |
| Data Publikacji | 2018-08-29 |
| Deweloper | https://ewus.de |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/ErikWegner/imoin |
| Adres URL Strony Pomocy | https://github.com/ErikWegner/imoin/issues |
| Obsługiwane Języki | 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:\/\/*\/"
]
} | |