Centreon Status

Displays the Centreon status in a popup.

Co to jest Centreon Status?

Centreon Status to rozszerzenie Chrome opracowane przez Jorge Morgado, a jego główną funkcją jest „Displays the Centreon status in a popup.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Centreon Status

Pobierz pliki rozszerzeń Centreon Status 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

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

Podstawowe informacje o rozszerzeniu

Nazwa Centreon Status Centreon Status
ID jdpjdebckgkpailbnjhgjafagmkgdkhb
Oficjalny URL https://chrome.google.com/webstore/detail/centreon-status/jdpjdebckgkpailbnjhgjafagmkgdkhb
Opis Displays the Centreon status in a popup.
Rozmiar pliku 136 KB
Liczba instalacji 42
Aktualna Wersja 0.0.4
Ostatnia Aktualizacja 2015-02-17
Data Publikacji 2015-02-17
Ocena 2.50/5 Łącznie 8 Oceny
Deweloper Jorge Morgado
Typ Płatności free
Strona Rozszerzenia https://github.com/jorgemorgado/CentreonStatus
Obsługiwane Języki 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
    }
}