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
公式URL 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
Eメール [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';"
    }
}