Amazon Price Tracker Assistant - amzdealz.net
Track any amazon product with history of price changes.
Amazon Price Tracker Assistant - amzdealz.netคืออะไร?
Amazon Price Tracker Assistant - amzdealz.net เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://amzdealz.net และคุณลักษณะหลักของมันคือ "Track any amazon product with history of price changes."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Amazon Price Tracker Assistant - amzdealz.net
ดาวน์โหลดไฟล์ส่วนขยาย Amazon Price Tracker Assistant - amzdealz.net ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The browser Add-On from amzdealz.net is easy to use and helps you make better purchasing decisions when shopping online. Key features: 💰 Amazon price tracking (incl. price drop alert by email) 📈 Amazon Price History 🏆 Best Amazon Deals 🚫 No account needed 🛒Supported Amazon marketplaces [.com | .de | .com.br | .com.au] Just install and save! Our privacy policy: https://amzdealz.net/privacy_policy
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | pedfjcopmeikkbjkpakmggbndkpbplna |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/amazon-price-tracker-assi/pedfjcopmeikkbjkpakmggbndkpbplna |
คำอธิบาย | Track any amazon product with history of price changes. |
ขนาดไฟล์ | 411 KB |
จำนวนการติดตั้ง | 43 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2021-04-22 |
วันที่เผยแพร่ | 2021-03-22 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://amzdealz.net |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://amzdealz.net |
URL หน้านโยบายความเป็นส่วนตัว | https://amzdealz.net/privacy_policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Amazon Price Tracker Assistant - amzdealz.net", "version": "1.1.0", "description": "Track any amazon product with history of price changes.", "browser_action": { "default_popup": "popup\/popup.html", "default_icon": { "16": "img\/icon.png", "32": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png" } }, "icons": { "16": "img\/icon.png", "32": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png" }, "background": { "page": "background.html" }, "permissions": [ "activeTab", "https:\/\/*.amzdealz.net\/*", "https:\/\/*.amazon.com\/*", "https:\/\/*.amazon.com.br\/*", "https:\/\/*.amazon.de\/*", "https:\/\/*.amazon.com.au\/*" ], "homepage_url": "https:\/\/amzdealz.net\/" } |