Wachete - Monitor website content changes

This extension will monitor web or part of web for changes

Cos'è Wachete - Monitor website content changes?

Wachete - Monitor website content changes è un'estensione di Chrome sviluppata da Wachete, e la sua funzione principale è "This extension will monitor web or part of web for changes".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Wachete - Monitor website content changes

Scarica i file di estensione Wachete - Monitor website content changes in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        - 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...)                    

Informazioni di Base sull'Estensione

Nome Wachete - Monitor website content changes Wachete - Monitor website content changes
ID oendfdlboglnmpmlpnokgopffmiphfgn
URL Ufficiale https://chromewebstore.google.com/detail/wachete-monitor-website-c/oendfdlboglnmpmlpnokgopffmiphfgn
Descrizione This extension will monitor web or part of web for changes
Dimensione del File 23.41 KB
Conteggio Installazioni 1,107
Versione Corrente 1.5
Ultimo Aggiornamento 2023-12-05
Data di Pubblicazione 2017-08-09
Valutazione 2.67/5 Totale 12 Valutazioni
Sviluppatore Wachete
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.wachete.com
URL della Pagina di Aiuto https://www.wachete.com
URL della Pagina della Politica sulla Privacy https://www.wachete.com/privacy-statement
Lingue Supportate 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"
    }
}