Visualping

Visualping Chrome Extension

¿Qué es Visualping?

Visualping es una extensión de Chrome desarrollada por https://visualping.io, y su función principal es "Visualping Chrome Extension".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Visualping

Descarga archivos de extensión Visualping 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

                        Visualping is a simple service for monitoring websites for changes. You'll receive an email notification when it detects any change in the content of the page.

-------------------------------------------------------------

Version 4.6.7
- Fixes and improvements

-------------------------------------------------------------

Use the service for competition monitoring, price checks, ticket availability tracking and more using the server service and email alerts (62 checks/month free) or browser tab (free as your computer does the job) 

You can either choose to monitor the whole website or just an area of a website. To select the area, just drag a selection on the screenshot shown within the extension.

New element selector allows to track changes on a specific element of the webpage. The app also allows to compare changes in text in addition to visual changes.

Happy Monitoring!
[email protected]

All rights Reserved © 2021 WebMonitoring Technologies Inc. 1900 - 885 West Georgia St. Vancouver, BC V6C 3H4 Canada                    

Información Básica de la Extensión

Nombre Visualping Visualping
ID pemhgklkefakciniebenbfclihhmmfcd
URL Oficial https://chromewebstore.google.com/detail/visualping/pemhgklkefakciniebenbfclihhmmfcd
Descripción Visualping Chrome Extension
Tamaño del Archivo 1.2 MB
Cantidad de Instalaciones 112,916
Versión Actual 4.6.7
Última Actualización 2024-02-15
Fecha de Publicación 2017-08-15
Calificación 4.37/5 Total de 7042 Calificaciones
Desarrollador https://visualping.io
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://visualping.io
URL de la Página de Ayuda https://visualping.io/faq
URL de la Página de Política de Privacidad http://visualping.io/privacy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Visualping Chrome Extension",
    "version": "4.6.7",
    "manifest_version": 3,
    "name": "Visualping",
    "background": {
        "service_worker": "service_worker.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png",
            "76": "img\/icon76.png"
        }
    },
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "img\/*"
            ]
        }
    ],
    "permissions": [
        "unlimitedStorage",
        "activeTab",
        "tabs",
        "notifications",
        "scripting",
        "offscreen",
        "cookies"
    ],
    "host_permissions": [
        ""
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    }
}