Visualping

Visualping Chrome Extension

Visualping là gì?

Visualping là một tiện ích mở rộng Chrome được phát triển bởi https://visualping.io, và tính năng chính của nó là "Visualping Chrome Extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Visualping

Tải xuống các tệp mở rộng Visualping dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Visualping Visualping
ID fbhjaehnpccniaiedddkbdhgicmcmgng
URL Chính Thức https://chromewebstore.google.com/detail/visualping/fbhjaehnpccniaiedddkbdhgicmcmgng
Mô tả Visualping Chrome Extension
Kích Thước Tệp 1.2 MB
Số Lần Cài Đặt 20,000
Phiên Bản Hiện Tại 4.6.7
Cập Nhật Lần Cuối 2024-02-15
Ngày Phát Hành 2017-08-15
Đánh Giá 4.58/5 Tổng số 1045 Đánh Giá
Nhà Phát Triển https://visualping.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://visualping.io
URL Trang Trợ Giúp https://visualping.io/faq
URL Trang Chính Sách Bảo Mật http://visualping.io/privacy
Ngôn Ngữ Được Hỗ Trợ 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';"
    }
}