PingER

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

Was ist PingER?

PingER ist eine Chrome-Erweiterung, die von Kishore Ithadi entwickelt wurde, und ihr Hauptmerkmal ist "Pinger is a simple but elegant chrome extension to monitor the status of a remote server, website or a remote DB.".

Erweiterungsscreenshots

screenshot
screenshot

PingER-Erweiterungs-CRX-Datei herunterladen

Laden Sie PingER-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name PingER PingER
ID jcoegkmjenfpgmkoeomahaioddaajfdk
Offizielle URL https://chrome.google.com/webstore/detail/pinger/jcoegkmjenfpgmkoeomahaioddaajfdk
Beschreibung Pinger is a simple but elegant chrome extension to monitor the status of a remote server, website or a remote DB.
Dateigröße 207 KB
Installationsanzahl 84
Aktuelle Version 0.0.0.3
Letztes Update 2019-11-19
Veröffentlichungsdatum 2019-11-15
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler Kishore Ithadi
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/KishoreIthadi/Pinger
Hilfeseite URL https://github.com/KishoreIthadi/Pinger/issues
URL der Datenschutzrichtlinien-Seite https://github.com/KishoreIthadi/Pinger/blob/master/LICENSE
Unterstützte Sprachen 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:\/\/*\/*"
    ]
}