Wachete - Monitor website content changes
This extension will monitor web or part of web for changes
Co je Wachete - Monitor website content changes?
Wachete - Monitor website content changes je rozšíření Chrome vyvinuté Wachete, a jeho hlavní funkcí je „This extension will monitor web or part of web for changes“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Wachete - Monitor website content changes
Stáhněte si soubory rozšíření Wachete - Monitor website content changes ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
- 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...)
Základní Informace o Rozšíření
Název | Wachete - Monitor website content changes |
ID | oendfdlboglnmpmlpnokgopffmiphfgn |
Oficiální URL | https://chromewebstore.google.com/detail/wachete-monitor-website-c/oendfdlboglnmpmlpnokgopffmiphfgn |
Popis | This extension will monitor web or part of web for changes |
Velikost souboru | 23.41 KB |
Počet instalací | 1,107 |
Aktuální Verze | 1.5 |
Poslední Aktualizace | 2023-12-05 |
Datum Vydání | 2017-08-09 |
Hodnocení | 2.67/5 Celkem 12 Hodnocení |
Vývojář | Wachete |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.wachete.com |
URL Stránky Nápovědy | https://www.wachete.com |
URL Stránky Zásad Ochrany Soukromí | https://www.wachete.com/privacy-statement |
Podporované Jazyky | 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" } } |