Wachete - Monitor website content changes

This extension will monitor web or part of web for changes

什么是Wachete - Monitor website content changes?

Wachete - Monitor website content changes是由Wachete开发的Chrome扩展程序,该扩展的主要功能是“This extension will monitor web or part of web for changes”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Wachete - Monitor website content changes扩展crx文件

下载Wachete - Monitor website content changes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Wachete - Monitor website content changes Wachete - Monitor website content changes
ID oendfdlboglnmpmlpnokgopffmiphfgn
官方URL https://chromewebstore.google.com/detail/wachete-monitor-website-c/oendfdlboglnmpmlpnokgopffmiphfgn
简介 This extension will monitor web or part of web for changes
文件大小 23.41 KB
安装次数 1,107
当前版本 1.5
更新时间 2023-12-05
上架时间 2017-08-09
评分 2.67/5 共12次评分
开发者 Wachete
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.wachete.com
帮助页面URL https://www.wachete.com
隐私政策页面URL https://www.wachete.com/privacy-statement
支持的语言 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"
    }
}