Pandora FMS Event extension for Chrome
Pandora FMS Event viewer Chrome extension
什麼是Pandora FMS Event extension for Chrome?
Pandora FMS Event extension for Chrome是由http://pandorafms.com開發的Chrome擴展程式,該擴展的主要功能是“Pandora FMS Event viewer Chrome extension”。
擴展截圖
下載Pandora FMS Event extension for Chrome擴展crx文件
下載Pandora FMS Event extension for Chrome擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Pandora FMS Event viewer Chrome extension allows operators to keep informed while are using their browsers, thats the perfect way to be real-time updated without looking the monitoring plattform. Even, if they doesn't look to the screen can be alerted by a sound, that means, if something happen in your Pandora FMS monitoring system, you will be informed !
擴展基本資訊
名稱 | |
ID | kgffcfocclgaaoeklfmhnljgpdmmailh |
官方網址 | https://chrome.google.com/webstore/detail/pandora-fms-event-extensi/kgffcfocclgaaoeklfmhnljgpdmmailh |
簡介 | Pandora FMS Event viewer Chrome extension |
檔案大小 | 1.23 MB |
安裝次數 | 639 |
目前版本 | 2.3 |
更新時間 | 2020-10-08 |
上架時間 | 2019-07-30 |
評分 | 3.80/5 共 10 次評分 |
開發者 | http://pandorafms.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://pandorafms.com |
說明頁面URL | https://wiki.pandorafms.com/index.php?title=Main_Page |
隱私政策頁面URL | https://pandorafms.org/pandora-fms-event-chrome-extension-privacy-policy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "version": "2.3", "manifest_version": 2, "description": "Pandora FMS Event viewer Chrome extension", "homepage_url": "http:\/\/pandorafms.com", "browser_action": { "default_title": "__MSG_default_title__", "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png" }, "options_page": "options.html", "permissions": [ "tabs", "notifications", "http:\/\/*\/*", "https:\/\/*\/*", "background" ], "default_locale": "en" } |