Page Monitor

Stays in the background and monitors web pages for changes.

Page Monitorคืออะไร?

Page Monitor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://visualping.io และคุณลักษณะหลักของมันคือ "Stays in the background and monitors web pages for changes."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Page Monitor

ดาวน์โหลดไฟล์ส่วนขยาย Page Monitor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ----------------------------------------------------

*NEW* Version 3.4.8

- Fixes incompatibility issues with the new version of Chrome
- Fixes small issues with 3.4.5 15 Aug version

-----------------------------------------------------

Page Monitor and Visualping are trademarks of WebMonitoring Technologies. All rights Reserved © 2021 WebMonitoring Technologies Inc. 1900 - 885 West Georgia St. Vancouver, BC V6C 3H4 CA

This is the version 3.4.5 and the only one maintained by Visualping. Please write us at [email protected] for customer support. We will answer with 24 hrs.

This extension allows your browser to monitor changes to web pages for you. It can inform you whenever a particular page changes without you having to go and check every time.

To use, simply go to a page you would like to monitor, click on the Page Monitor icon and select "Monitor This Page". You're done! Now whenever this page changes, the monitor icon will display a notification on its badge. Of course, you can repeat this for any number of pages.

Please see Visualping in the RELATED tab if you want to use free email alerts and monitor pages whilst your PC if turned off (Visualping servers do the monitoring part for you!)

In addition, you can change the check interval globally or per page, specify sound alerts, desktop notifications, or visually select specific parts of a page to monitor.

 ✓ Monitor any number of pages for changes.
 ✓ Add pages with two clicks.
 ✓ Visually select parts of a page to track.
 ✓ Smart comparison system that ignores ads and code changes.
 ✓ Highlighting of changes that happened to a page since the last check.
 ✓ Set separate check interval for each page.
 ✓ Set a sound alert when a page change is detected.
 ✓ Custom sound alerts.
 ✓ Desktop notifications.
 ✓ Import and export the monitored pages list.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Page Monitor Page Monitor
ID ogeebjpdeabhncjpfhgdibjajcajepgg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/page-monitor/ogeebjpdeabhncjpfhgdibjajcajepgg
คำอธิบาย Stays in the background and monitors web pages for changes.
ขนาดไฟล์ 514 KB
จำนวนการติดตั้ง 143,625
เวอร์ชันปัจจุบัน 3.4.8
อัปเดตครั้งล่าสุด 2023-11-04
วันที่เผยแพร่ 2017-08-16
คะแนน 3.79/5 รวมทั้งหมด 443 คะแนน
ผู้พัฒนา https://visualping.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://visualping.io
URL หน้าช่วยเหลือ https://visualping.io/faq
URL หน้านโยบายความเป็นส่วนตัว http://visualping.io/privacy
ภาษาที่รองรับ de,en,fr,tr,it,pt-BR,ru,uk,zh-CN,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "3.4.8",
    "manifest_version": 2,
    "description": "__MSG_description__",
    "default_locale": "en",
    "icons": {
        "128": "img\/icon_128.png",
        "48": "img\/icon_48.png",
        "32": "img\/icon_32.png",
        "16": "img\/icon_16.png"
    },
    "background": {
        "persistent": true,
        "page": "background.htm"
    },
    "options_page": "options.htm",
    "browser_action": {
        "default_icon": {
            "38": "img\/browser_action_38.png",
            "19": "img\/browser_action_19.png"
        },
        "default_title": "__MSG_name__",
        "default_popup": "popup.htm"
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/",
        "chrome:\/\/favicon\/",
        "unlimitedStorage",
        "notifications"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}