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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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'"
}