Zabbix Vue

Monitor Zabbix problems from your browser

ما هو Zabbix Vue؟

Zabbix Vue هو إضافة Chrome تم تطويرها بواسطة Christian McHugh، والميزة الرئيسية لها هي "Monitor Zabbix problems from your browser".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Zabbix Vue

قم بتنزيل ملفات الامتداد Zabbix Vue بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Connects to Zabbix (https://www.zabbix.com/) monitoring servers to display current problems. Supports multiple servers, the browser icon is updated for number and severity of issues, popup list can be filtered & sorted, and items can be clicked for action buttons.                    

معلومات أساسية عن التمديد

الاسم Zabbix Vue Zabbix Vue
ID goinajfhamfchlmkddedkncmlgfcieac
عنوان URL الرسمي https://chromewebstore.google.com/detail/zabbix-vue/goinajfhamfchlmkddedkncmlgfcieac
الوصف Monitor Zabbix problems from your browser
حجم الملف 2.87 MB
عدد التثبيتات 4,080
النسخة الحالية 2.1.1
آخر تحديث 2023-03-13
تاريخ النشر 2020-02-24
تقييم 4.29/5 مجموع تقييمات 28
المطور Christian McHugh
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/mchugh19/zabbix-vue
عنوان صفحة المساعدة https://github.com/mchugh19/zabbix-vue
اللغات المدعومة en,nl,pl,pt-BR,pt-PT,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "2.1.1",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "author": "https:\/\/github.com\/mchugh19\/zabbix-vue",
    "icons": {
        "128": "images\/logo.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "background",
        "notifications",
        "storage",
        "*:\/\/*\/"
    ],
    "options_ui": {
        "page": "options.html"
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/unconfigured.png"
        },
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "images\/logo.png"
    ],
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}