Centreon Status

Displays the Centreon status in a popup.

Apa itu Centreon Status?

Centreon Status adalah ekstensi Chrome yang dikembangkan oleh Jorge Morgado, dan fitur utamanya adalah "Displays the Centreon status in a popup.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Centreon Status

Unduh file ekstensi Centreon Status dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Centreon Status Centreon Status
ID jdpjdebckgkpailbnjhgjafagmkgdkhb
URL Resmi https://chrome.google.com/webstore/detail/centreon-status/jdpjdebckgkpailbnjhgjafagmkgdkhb
Deskripsi Displays the Centreon status in a popup.
Ukuran File 136 KB
Jumlah Instalasi 42
Versi Saat Ini 0.0.4
Terakhir Diperbarui 2015-02-17
Tanggal Publikasi 2015-02-17
Penilaian 2.50/5 Total 8 Penilaian
Pengembang Jorge Morgado
Tipe Pembayaran free
Situs Ekstensi https://github.com/jorgemorgado/CentreonStatus
Bahasa yang Didukung 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
    }
}