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 |
官方URL | 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" } |