Smart Price Monitor
Amazon, Ebay, Booking.com etc... Monitors the prices of your favorite products or services for any change and notifies you.
Smart Price Monitorคืออะไร?
Smart Price Monitor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://smartpricemonitor.com และคุณลักษณะหลักของมันคือ "Amazon, Ebay, Booking.com etc... Monitors the prices of your favorite products or services for any change and notifies you."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Smart Price Monitor
ดาวน์โหลดไฟล์ส่วนขยาย Smart Price Monitor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Thanks for 8000+ users! Monitor the price from any website. 1) Browse to find the product you want to monitor 2) Open the extension and click on "monitor Price" 3) Select the price from the screen And you are done! It works with all the major website like Amazon, eBay, Booking.com etc... Try and let me know if you have any suggestion. Soon it will be available an IOs and Android app to extend the functionality of this application.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | epedkmejmajcbhpkhpmiickopfimjani |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/smart-price-monitor/epedkmejmajcbhpkhpmiickopfimjani |
คำอธิบาย | Amazon, Ebay, Booking.com etc... Monitors the prices of your favorite products or services for any change and notifies you. |
ขนาดไฟล์ | 338 KB |
จำนวนการติดตั้ง | 10,974 |
เวอร์ชันปัจจุบัน | 1.0.51 |
อัปเดตครั้งล่าสุด | 2020-01-27 |
วันที่เผยแพร่ | 2020-01-26 |
คะแนน | 4.43/5 รวมทั้งหมด 131 คะแนน |
ผู้พัฒนา | http://smartpricemonitor.com |
เว็บไซต์ส่วนขยาย | http://www.smartpricemonitor.com |
ภาษาที่รองรับ | de,en,fr,tr,es,it,pt-BR,ru,uk,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "version": "1.0.51", "manifest_version": 2, "description": "__MSG_description__", "default_locale": "en", "icons": { "128": "img\/extension_icon.png", "48": "img\/extension_icon.png", "32": "img\/extension_icon.png", "16": "img\/browser_icon.png" }, "background": { "persistent": true, "page": "background.htm" }, "options_page": "options.htm", "browser_action": { "default_icon": "img\/browser_icon.png", "default_title": "__MSG_name__", "default_popup": "popup.htm" }, "permissions": [ "tabs", "*:\/\/*\/", "chrome:\/\/favicon\/", "unlimitedStorage", "notifications" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'" } |