Zabbix Vue

Monitor Zabbix problems from your browser

Was ist Zabbix Vue?

Zabbix Vue ist eine Chrome-Erweiterung, die von Christian McHugh entwickelt wurde, und ihr Hauptmerkmal ist "Monitor Zabbix problems from your browser".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Zabbix Vue-Erweiterungs-CRX-Datei herunterladen

Laden Sie Zabbix Vue-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Zabbix Vue Zabbix Vue
ID goinajfhamfchlmkddedkncmlgfcieac
Offizielle URL https://chromewebstore.google.com/detail/zabbix-vue/goinajfhamfchlmkddedkncmlgfcieac
Beschreibung Monitor Zabbix problems from your browser
Dateigröße 2.87 MB
Installationsanzahl 4,080
Aktuelle Version 2.1.1
Letztes Update 2023-03-13
Veröffentlichungsdatum 2020-02-24
Bewertung 4.29/5 Insgesamt 28 Bewertungen
Entwickler Christian McHugh
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/mchugh19/zabbix-vue
Hilfeseite URL https://github.com/mchugh19/zabbix-vue
Unterstützte Sprachen 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'"
}