Visualping

Visualping Chrome Extension

Visualping란 무엇입니까?

Visualping은(는) https://visualping.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Visualping Chrome Extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Visualping 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Visualping Visualping
ID pemhgklkefakciniebenbfclihhmmfcd
공식 URL https://chromewebstore.google.com/detail/visualping/pemhgklkefakciniebenbfclihhmmfcd
설명 Visualping Chrome Extension
파일 크기 1.2 MB
설치 횟수 112,916
현재 버전 4.6.7
최근 업데이트 2024-02-15
출시 날짜 2017-08-15
평점 4.37/5 총 7042 개의 평점
개발자 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';"
    }
}