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
公式URL 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
    }
}