Wachete - Monitor website content changes
This extension will monitor web or part of web for changes
Co to jest Wachete - Monitor website content changes?
Wachete - Monitor website content changes to rozszerzenie Chrome opracowane przez Wachete, a jego główną funkcją jest „This extension will monitor web or part of web for changes”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Wachete - Monitor website content changes
Pobierz pliki rozszerzeń Wachete - Monitor website content changes w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
- 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...)
Podstawowe informacje o rozszerzeniu
Nazwa | Wachete - Monitor website content changes |
ID | oendfdlboglnmpmlpnokgopffmiphfgn |
Oficjalny URL | https://chromewebstore.google.com/detail/wachete-monitor-website-c/oendfdlboglnmpmlpnokgopffmiphfgn |
Opis | This extension will monitor web or part of web for changes |
Rozmiar pliku | 23.41 KB |
Liczba instalacji | 1,107 |
Aktualna Wersja | 1.5 |
Ostatnia Aktualizacja | 2023-12-05 |
Data Publikacji | 2017-08-09 |
Ocena | 2.67/5 Łącznie 12 Oceny |
Deweloper | Wachete |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.wachete.com |
Adres URL Strony Pomocy | https://www.wachete.com |
Adres URL Strony Polityki Prywatności | https://www.wachete.com/privacy-statement |
Obsługiwane Języki | 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" } } |