Distill Web Monitor
Monitor webpage or feed for changes. Get SMS and email alerts on change detection.
Distill Web Monitor란 무엇입니까?
Distill Web Monitor은(는) https://distill.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Monitor webpage or feed for changes. Get SMS and email alerts on change detection."입니다.
확장 프로그램 스크린샷
Distill Web Monitor 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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": [ " |