Centreon Status
Displays the Centreon status in a popup.
Cos'è Centreon Status?
Centreon Status è un'estensione di Chrome sviluppata da Jorge Morgado, e la sua funzione principale è "Displays the Centreon status in a popup.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Centreon Status
Scarica i file di estensione Centreon Status in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
A simple extension that helps you watch over your Centreon instance. Centreon Status support both Centreon Broker or NDOUtils.
Informazioni di Base sull'Estensione
Nome | |
ID | jdpjdebckgkpailbnjhgjafagmkgdkhb |
URL Ufficiale | https://chrome.google.com/webstore/detail/centreon-status/jdpjdebckgkpailbnjhgjafagmkgdkhb |
Descrizione | Displays the Centreon status in a popup. |
Dimensione del File | 136 KB |
Conteggio Installazioni | 42 |
Versione Corrente | 0.0.4 |
Ultimo Aggiornamento | 2015-02-17 |
Data di Pubblicazione | 2015-02-17 |
Valutazione | 2.50/5 Totale 8 Valutazioni |
Sviluppatore | Jorge Morgado |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/jorgemorgado/CentreonStatus |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "version": "0.0.4", "description": "__MSG_appDesc__", "default_locale": "en", "icons": { "48": "images\/icon_48.png", "128": "images\/icon_128.png", "160": "images\/icon_160.png" }, "browser_action": { "default_title": "__MSG_appTitle__", "default_icon": { "19": "images\/icon.png", "38": "images\/icon_38.png" }, "default_popup": "views\/popup.html" }, "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "options_page": "views\/options.html", "background": { "page": "views\/background.html", "persistent": true } } |