Centreon Status
Displays the Centreon status in a popup.
Wat is Centreon Status?
Centreon Status is een Chrome-extensie ontwikkeld door Jorge Morgado, en de belangrijkste functie is "Displays the Centreon status in a popup.".
Extensie Screenshots
Download het CRX-bestand van de extensie Centreon Status
Download Centreon Status-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A simple extension that helps you watch over your Centreon instance. Centreon Status support both Centreon Broker or NDOUtils.
Basisinformatie over de Extensie
Naam | |
ID | jdpjdebckgkpailbnjhgjafagmkgdkhb |
Officiële URL | https://chrome.google.com/webstore/detail/centreon-status/jdpjdebckgkpailbnjhgjafagmkgdkhb |
Beschrijving | Displays the Centreon status in a popup. |
Bestandsgrootte | 136 KB |
Aantal Installaties | 42 |
Huidige Versie | 0.0.4 |
Laatst Bijgewerkt | 2015-02-17 |
Publicatiedatum | 2015-02-17 |
Beoordeling | 2.50/5 Totaal 8 Beoordelingen |
Ontwikkelaar | Jorge Morgado |
Betalingswijze | free |
Extensiewebsite | https://github.com/jorgemorgado/CentreonStatus |
Ondersteunde Talen | 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 } } |