Visualping

Visualping Chrome Extension

什麼是Visualping?

Visualping是由https://visualping.io開發的Chrome擴展程式,該擴展的主要功能是“Visualping Chrome Extension”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Visualping擴展crx文件

下載Visualping擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 Visualping Visualping
ID fbhjaehnpccniaiedddkbdhgicmcmgng
官方網址 https://chromewebstore.google.com/detail/visualping/fbhjaehnpccniaiedddkbdhgicmcmgng
簡介 Visualping Chrome Extension
檔案大小 1.2 MB
安裝次數 20,000
目前版本 4.6.7
更新時間 2024-02-15
上架時間 2017-08-15
評分 4.58/5 共 1045 次評分
開發者 https://visualping.io
電子郵箱 [email protected]
付費類型 free
擴展官網 https://visualping.io
說明頁面URL https://visualping.io/faq
隱私政策頁面URL http://visualping.io/privacy
支援的語言 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';"
    }
}