Wachete - Monitor website content changes
This extension will monitor web or part of web for changes
What is Wachete - Monitor website content changes?
Wachete - Monitor website content changes is a Chrome extension developed by Wachete, and its main feature is "This extension will monitor web or part of web for changes".
Extension Screenshots
Download Wachete - Monitor website content changes Extension CRX File
Download Wachete - Monitor website content changes extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
- 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...)
Extension Basic Information
Name | Wachete - Monitor website content changes |
ID | oendfdlboglnmpmlpnokgopffmiphfgn |
Official URL | https://chromewebstore.google.com/detail/wachete-monitor-website-c/oendfdlboglnmpmlpnokgopffmiphfgn |
Description | This extension will monitor web or part of web for changes |
File Size | 23.41 KB |
Installation Count | 1,107 |
Current Version | 1.5 |
Last Updated | 2023-12-05 |
Publish Date | 2017-08-09 |
Rating | 2.67/5 Total 12 Ratings |
Developer | Wachete |
[email protected] | |
Payment Type | free |
Extension Website | https://www.wachete.com |
Help Page URL | https://www.wachete.com |
Privacy Policy Page URL | https://www.wachete.com/privacy-statement |
Supported Languages | 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" } } |