Zabbix Vue

Monitor Zabbix problems from your browser

什麼是Zabbix Vue?

Zabbix Vue是由Christian McHugh開發的Chrome擴展程式,該擴展的主要功能是“Monitor Zabbix problems from your browser”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Zabbix Vue擴展crx文件

下載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
官方網址 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'"
}