Centreon Status

Displays the Centreon status in a popup.

什麼是Centreon Status?

Centreon Status是由Jorge Morgado開發的Chrome擴展程式,該擴展的主要功能是“Displays the Centreon status in a popup.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Centreon Status擴展crx文件

下載Centreon Status擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Centreon Status Centreon Status
ID jdpjdebckgkpailbnjhgjafagmkgdkhb
官方網址 https://chrome.google.com/webstore/detail/centreon-status/jdpjdebckgkpailbnjhgjafagmkgdkhb
簡介 Displays the Centreon status in a popup.
檔案大小 136 KB
安裝次數 42
目前版本 0.0.4
更新時間 2015-02-17
上架時間 2015-02-17
評分 2.50/5 共 8 次評分
開發者 Jorge Morgado
付費類型 free
擴展官網 https://github.com/jorgemorgado/CentreonStatus
支援的語言 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
    }
}