Distill Web Monitor

Monitor webpage or feed for changes. Get SMS and email alerts on change detection.

Distill Web Monitorคืออะไร?

Distill Web Monitor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://distill.io และคุณลักษณะหลักของมันคือ "Monitor webpage or feed for changes. Get SMS and email alerts on change detection."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Distill runs in your browser to check monitored pages for changes. Get instant alerts as soon as a change is detected.

Featured highlights:

* An inbox style Watchlist to manage monitors.
* Easy content selection from any webpage.
* Highlighted changes.
* Change history.
* Supported actions:
	- Email
	- SMS
	- Sound
	- Pop-up
	- Push notification on phones
	- Slack and Discord Webhooks
	- Raw Webhooks
* Condition for smart actions.
* Powerful expression for content selection. Use Xpath, CSS or JavaScript to select content. Use regular expression to extract matches from the web page.
* Sync Watchlist across devices in all plans

Getting started:

* Open a webpage to be monitored.
* Click Distill's drop icon in browser toolbar.
* "Select parts of page" or "Monitor whole page" as needed for your case. In case of select parts, hover around the area on webpage that you want to watch and "click" to select the parts.
* Save selections and done!

Go to Watchlist by clicking the Distill icon to see list of watched webpages.

You can also check out our help article for a quick start: https://distill.io/docs/web-monitor/distill-chrome-extension/

If you need any help, reach out to us at https://forums.distill.io/ or send an email to [email protected].                    

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

ชื่อ Distill Web Monitor Distill Web Monitor
ID inlikjemeeknofckkjolnjbpehgadgge
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/distill-web-monitor/inlikjemeeknofckkjolnjbpehgadgge
คำอธิบาย Monitor webpage or feed for changes. Get SMS and email alerts on change detection.
ขนาดไฟล์ 2.75 MB
จำนวนการติดตั้ง 293,923
เวอร์ชันปัจจุบัน 3.9.3
อัปเดตครั้งล่าสุด 2024-02-17
วันที่เผยแพร่ 2020-05-03
คะแนน 4.53/5 รวมทั้งหมด 1374 คะแนน
ผู้พัฒนา https://distill.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://distill.io/apps/web-monitor/
URL หน้าช่วยเหลือ https://distill.io/docs/web-monitor/distill-chrome-extension/
URL หน้านโยบายความเป็นส่วนตัว https://distill.io/privacy-policy
ภาษาที่รองรับ de,en,fr,es,it,pl,pt-BR,sr,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "Distill",
    "version": "3.9.3",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "icons": {
        "48": "ui\/img\/distill_48.png",
        "128": "ui\/img\/distill_128.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "ui\/img\/distill_19.png",
            "38": "ui\/img\/distill_38.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "ui\/popup.html"
    },
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/distill.io https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_matches": [],
            "js": [
                "content\/port-loader.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "exclude_matches": [],
            "js": [
                "content\/auth.js"
            ],
            "matches": [
                "https:\/\/*.distill.io\/*",
                "http:\/\/*.distill.local\/*",
                "https:\/\/*.distill.local\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "minimum_chrome_version": "68.0.0.0",
    "permissions": [
        "contextMenus",
        "*:\/\/*\/*",
        "notifications",
        "tabs",
        "unlimitedStorage"
    ],
    "optional_permissions": [],
    "web_accessible_resources": [
        "content\/*",
        "lib\/*",
        "ui\/lib\/*",
        "ui\/img*",
        "ui\/htmlselector.html"
    ],
    "manifest_version": 2
}