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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will monitor web or part of web for changes"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Wachete - Monitor website content changes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
- 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 |
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" } } |