Centreon Status

Displays the Centreon status in a popup.

What is Centreon Status?

Centreon Status is a Chrome extension developed by Jorge Morgado, and its main feature is "Displays the Centreon status in a popup.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Centreon Status Extension CRX File

Download Centreon Status extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        A simple extension that helps you watch over your Centreon instance. Centreon Status support both Centreon Broker or NDOUtils.                    

Extension Basic Information

Name Centreon Status Centreon Status
ID jdpjdebckgkpailbnjhgjafagmkgdkhb
Official URL https://chrome.google.com/webstore/detail/centreon-status/jdpjdebckgkpailbnjhgjafagmkgdkhb
Description Displays the Centreon status in a popup.
File Size 136 KB
Installation Count 42
Current Version 0.0.4
Last Updated 2015-02-17
Publish Date 2015-02-17
Rating 2.50/5 Total 8 Ratings
Developer Jorge Morgado
Payment Type free
Extension Website https://github.com/jorgemorgado/CentreonStatus
Supported Languages 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
    }
}