PingER

Pinger is a simple but elegant chrome extension to monitor the status of a remote server, website or a remote DB.

Co je PingER?

PingER je rozšíření Chrome vyvinuté Kishore Ithadi, a jeho hlavní funkcí je „Pinger is a simple but elegant chrome extension to monitor the status of a remote server, website or a remote DB.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření PingER

Stáhněte si soubory rozšíření PingER ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Pinger will run in the background when the browser is closed. This extension will send an email and chrome desktop notification once your entities state is changed. You can also customize the interval of status check.                    

Základní Informace o Rozšíření

Název PingER PingER
ID jcoegkmjenfpgmkoeomahaioddaajfdk
Oficiální URL https://chrome.google.com/webstore/detail/pinger/jcoegkmjenfpgmkoeomahaioddaajfdk
Popis Pinger is a simple but elegant chrome extension to monitor the status of a remote server, website or a remote DB.
Velikost souboru 207 KB
Počet instalací 84
Aktuální Verze 0.0.0.3
Poslední Aktualizace 2019-11-19
Datum Vydání 2019-11-15
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář Kishore Ithadi
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/KishoreIthadi/Pinger
URL Stránky Nápovědy https://github.com/KishoreIthadi/Pinger/issues
URL Stránky Zásad Ochrany Soukromí https://github.com/KishoreIthadi/Pinger/blob/master/LICENSE
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PingER",
    "short_name": "PingER",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Pinger is a simple but elegant chrome extension to monitor the status of a remote server, website or a remote DB.",
    "version": "0.0.0.3",
    "icons": {
        "16": "images\/pingerX16.png",
        "32": "images\/pingerX32.png",
        "48": "images\/pingerX48.png",
        "128": "images\/pingerX128.png"
    },
    "browser_action": {
        "default_icon": "images\/pingerX32.png",
        "default_popup": "pinger.html"
    },
    "background": {
        "scripts": [
            "scripts\/vendorjs.min.js",
            "scripts\/common.min.js",
            "scripts\/background.min.js"
        ]
    },
    "permissions": [
        "background",
        "notifications",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}