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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
    }
}