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'"
}