PingER

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

Qu'est-ce que PingER ?

PingER est une extension Chrome développée par Kishore Ithadi, et sa fonction principale est "Pinger is a simple but elegant chrome extension to monitor the status of a remote server, website or a remote DB.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension PingER

Téléchargez les fichiers d'extension PingER au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom PingER PingER
ID jcoegkmjenfpgmkoeomahaioddaajfdk
URL Officiel https://chrome.google.com/webstore/detail/pinger/jcoegkmjenfpgmkoeomahaioddaajfdk
Description Pinger is a simple but elegant chrome extension to monitor the status of a remote server, website or a remote DB.
Taille du Fichier 207 KB
Nombre d'Installations 84
Version Actuelle 0.0.0.3
Dernière Mise à Jour 2019-11-19
Date de Publication 2019-11-15
Évaluation 5.00/5 Total 4 Évaluations
Développeur Kishore Ithadi
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/KishoreIthadi/Pinger
URL de la Page d'Aide https://github.com/KishoreIthadi/Pinger/issues
URL de la Page de Politique de Confidentialité https://github.com/KishoreIthadi/Pinger/blob/master/LICENSE
Langues Prises en Charge 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:\/\/*\/*"
    ]
}