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
Eメール [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"
    }
}