Visualping

Visualping Chrome Extension

Co je Visualping?

Visualping je rozšíření Chrome vyvinuté https://visualping.io, a jeho hlavní funkcí je „Visualping Chrome Extension“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

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

Stáhněte si soubory rozšíření Visualping 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í

                        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



Compared to other monitoring services, Visualping monitors pages visually and not based on the HTML markup. Use the service for competition monitoring, price checks, ticket availability tracking and more.

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.

Happy Monitoring!                    

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

Název Visualping Visualping
ID fbhjaehnpccniaiedddkbdhgicmcmgng
Oficiální URL https://chromewebstore.google.com/detail/visualping/fbhjaehnpccniaiedddkbdhgicmcmgng
Popis Visualping Chrome Extension
Velikost souboru 1.2 MB
Počet instalací 20,000
Aktuální Verze 4.6.7
Poslední Aktualizace 2024-02-15
Datum Vydání 2017-08-15
Hodnocení 4.58/5 Celkem 1045 Hodnocení
Vývojář https://visualping.io
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://visualping.io
URL Stránky Nápovědy https://visualping.io/faq
URL Stránky Zásad Ochrany Soukromí http://visualping.io/privacy
Podporované Jazyky 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';"
    }
}