Centreon Status

Displays the Centreon status in a popup.

Centreon Status là gì?

Centreon Status là một tiện ích mở rộng Chrome được phát triển bởi Jorge Morgado, và tính năng chính của nó là "Displays the Centreon status in a popup.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Centreon Status

Tải xuống các tệp mở rộng Centreon Status dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Centreon Status Centreon Status
ID jdpjdebckgkpailbnjhgjafagmkgdkhb
URL Chính Thức https://chrome.google.com/webstore/detail/centreon-status/jdpjdebckgkpailbnjhgjafagmkgdkhb
Mô tả Displays the Centreon status in a popup.
Kích Thước Tệp 136 KB
Số Lần Cài Đặt 42
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2015-02-17
Ngày Phát Hành 2015-02-17
Đánh Giá 2.50/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Jorge Morgado
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/jorgemorgado/CentreonStatus
Ngôn Ngữ Được Hỗ Trợ 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
    }
}