Zabbix Vue
Monitor Zabbix problems from your browser
Zabbix Vueとは何ですか?
Zabbix VueはChristian McHughによって開発されたChromeの拡張機能で、その主な機能は「Monitor Zabbix problems from your browser」です。
拡張機能のスクリーンショット
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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'"
} | |