PingER

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

¿Qué es PingER?

PingER es una extensión de Chrome desarrollada por Kishore Ithadi, y su función principal es "Pinger is a simple but elegant chrome extension to monitor the status of a remote server, website or a remote DB.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión PingER

Descarga archivos de extensión PingER en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre PingER PingER
ID jcoegkmjenfpgmkoeomahaioddaajfdk
URL Oficial https://chrome.google.com/webstore/detail/pinger/jcoegkmjenfpgmkoeomahaioddaajfdk
Descripción Pinger is a simple but elegant chrome extension to monitor the status of a remote server, website or a remote DB.
Tamaño del Archivo 207 KB
Cantidad de Instalaciones 84
Versión Actual 0.0.0.3
Última Actualización 2019-11-19
Fecha de Publicación 2019-11-15
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador Kishore Ithadi
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/KishoreIthadi/Pinger
URL de la Página de Ayuda https://github.com/KishoreIthadi/Pinger/issues
URL de la Página de Política de Privacidad https://github.com/KishoreIthadi/Pinger/blob/master/LICENSE
Idiomas Soportados 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:\/\/*\/*"
    ]
}