Centreon Status

Displays the Centreon status in a popup.

Centreon Statusคืออะไร?

Centreon Status เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jorge Morgado และคุณลักษณะหลักของมันคือ "Displays the Centreon status in a popup."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Centreon Status

ดาวน์โหลดไฟล์ส่วนขยาย 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
    }
}