Wachete - Monitor website content changes

This extension will monitor web or part of web for changes

Vad är Wachete - Monitor website content changes?

Wachete - Monitor website content changes är en Chrome-tillägg utvecklad av Wachete, och dess huvudfunktion är "This extension will monitor web or part of web for changes".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Wachete - Monitor website content changes-förlängningens CRX-fil

Ladda ner Wachete - Monitor website content changes-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Wachete - Monitor website content changes Wachete - Monitor website content changes
ID oendfdlboglnmpmlpnokgopffmiphfgn
Officiell webbadress https://chromewebstore.google.com/detail/wachete-monitor-website-c/oendfdlboglnmpmlpnokgopffmiphfgn
Beskrivning This extension will monitor web or part of web for changes
Filstorlek 23.41 KB
Antal Installationer 1,107
Aktuell Version 1.5
Senast Uppdaterad 2023-12-05
Publiceringsdatum 2017-08-09
Betyg 2.67/5 Totalt 12 Betyg
Utvecklare Wachete
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.wachete.com
Hjälpsida URL https://www.wachete.com
URL till Sekretesspolicy Sidan https://www.wachete.com/privacy-statement
Stödda Språk 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"
    }
}