Zabbix Vue
Monitor Zabbix problems from your browser
Apa itu Zabbix Vue?
Zabbix Vue adalah ekstensi Chrome yang dikembangkan oleh Christian McHugh, dan fitur utamanya adalah "Monitor Zabbix problems from your browser".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Zabbix Vue
Unduh file ekstensi Zabbix Vue dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Zabbix Vue |
ID | goinajfhamfchlmkddedkncmlgfcieac |
URL Resmi | https://chromewebstore.google.com/detail/zabbix-vue/goinajfhamfchlmkddedkncmlgfcieac |
Deskripsi | Monitor Zabbix problems from your browser |
Ukuran File | 2.87 MB |
Jumlah Instalasi | 4,080 |
Versi Saat Ini | 2.1.1 |
Terakhir Diperbarui | 2023-03-13 |
Tanggal Publikasi | 2020-02-24 |
Penilaian | 4.29/5 Total 28 Penilaian |
Pengembang | Christian McHugh |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/mchugh19/zabbix-vue |
URL Halaman Bantuan | https://github.com/mchugh19/zabbix-vue |
Bahasa yang Didukung | 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'" } |