Wachete - Monitor website content changes
This extension will monitor web or part of web for changes
什麼是Wachete - Monitor website content changes?
Wachete - Monitor website content changes是由Wachete開發的Chrome擴展程式,該擴展的主要功能是“This extension will monitor web or part of web for changes”。
擴展截圖
下載Wachete - Monitor website content changes擴展crx文件
下載Wachete - Monitor website content changes擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
- select part or whole web page - email alert when web content changed. - collecting of data on Wachete servers - monitor pages behind login and password - no need to have your PC online, data are collected on Wachete servers - history of content with changes. - graphs for number values - various rules for notifications (contains, growing...)
擴展基本資訊
名稱 | Wachete - Monitor website content changes |
ID | oendfdlboglnmpmlpnokgopffmiphfgn |
官方網址 | https://chromewebstore.google.com/detail/wachete-monitor-website-c/oendfdlboglnmpmlpnokgopffmiphfgn |
簡介 | This extension will monitor web or part of web for changes |
檔案大小 | 23.41 KB |
安裝次數 | 1,107 |
目前版本 | 1.5 |
更新時間 | 2023-12-05 |
上架時間 | 2017-08-09 |
評分 | 2.67/5 共 12 次評分 |
開發者 | Wachete |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.wachete.com |
說明頁面URL | https://www.wachete.com |
隱私政策頁面URL | https://www.wachete.com/privacy-statement |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Wachete - Monitor website content changes", "short_name": "Wachete", "description": "This extension will monitor web or part of web for changes", "version": "1.5", "permissions": [ "activeTab" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "background": { "service_worker": "background.js" } } |