Zabbix Vue

Monitor Zabbix problems from your browser

Cos'è Zabbix Vue?

Zabbix Vue è un'estensione di Chrome sviluppata da Christian McHugh, e la sua funzione principale è "Monitor Zabbix problems from your browser".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Zabbix Vue

Scarica i file di estensione Zabbix Vue in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Zabbix Vue Zabbix Vue
ID goinajfhamfchlmkddedkncmlgfcieac
URL Ufficiale https://chromewebstore.google.com/detail/zabbix-vue/goinajfhamfchlmkddedkncmlgfcieac
Descrizione Monitor Zabbix problems from your browser
Dimensione del File 2.87 MB
Conteggio Installazioni 4,080
Versione Corrente 2.1.1
Ultimo Aggiornamento 2023-03-13
Data di Pubblicazione 2020-02-24
Valutazione 4.29/5 Totale 28 Valutazioni
Sviluppatore Christian McHugh
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/mchugh19/zabbix-vue
URL della Pagina di Aiuto https://github.com/mchugh19/zabbix-vue
Lingue Supportate 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'"
}