Pandora FMS Event extension for Chrome

Pandora FMS Event viewer Chrome extension

What is Pandora FMS Event extension for Chrome?

Pandora FMS Event extension for Chrome is a Chrome extension developed by http://pandorafms.com, and its main feature is "Pandora FMS Event viewer Chrome extension".

Extension Screenshots

screenshot
screenshot
screenshot

Download Pandora FMS Event extension for Chrome Extension CRX File

Download Pandora FMS Event extension for Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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 !                    

Extension Basic Information

Name Pandora FMS Event extension for Chrome Pandora FMS Event extension for Chrome
ID kgffcfocclgaaoeklfmhnljgpdmmailh
Official URL https://chrome.google.com/webstore/detail/pandora-fms-event-extensi/kgffcfocclgaaoeklfmhnljgpdmmailh
Description Pandora FMS Event viewer Chrome extension
File Size 1.23 MB
Installation Count 639
Current Version 2.3
Last Updated 2020-10-08
Publish Date 2019-07-30
Rating 3.80/5 Total 10 Ratings
Developer http://pandorafms.com
Email [email protected]
Payment Type free
Extension Website http://pandorafms.com
Help Page URL https://wiki.pandorafms.com/index.php?title=Main_Page
Privacy Policy Page URL https://pandorafms.org/pandora-fms-event-chrome-extension-privacy-policy
Supported Languages 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"
}