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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Wachete และคุณลักษณะหลักของมันคือ "This extension will monitor web or part of web for changes"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wachete - Monitor website content changes
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" } } |