Amazon coupons, find and apply automatically
Use amazon coupons and save your money automatically
Amazon coupons, find and apply automaticallyคืออะไร?
Amazon coupons, find and apply automatically เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tkdforever และคุณลักษณะหลักของมันคือ "Use amazon coupons and save your money automatically"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Amazon coupons, find and apply automatically
ดาวน์โหลดไฟล์ส่วนขยาย Amazon coupons, find and apply automatically ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Amazon has coupons but it's often not obvious that a coupon is available for a particular product. This extension searches and applies Amazon coupons when you view a product. Discounts will appear during checkout. You must be logged in to your Amazon account for this to work.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mnobnadjnkkcbohkhjcmbikbpjdljjbl |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/amazon-coupons-find-and-a/mnobnadjnkkcbohkhjcmbikbpjdljjbl |
คำอธิบาย | Use amazon coupons and save your money automatically |
ขนาดไฟล์ | 59.24 KB |
จำนวนการติดตั้ง | 1,158 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2021-06-29 |
วันที่เผยแพร่ | 2020-10-12 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | tkdforever |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amazon coupons, find and apply automatically", "version": "1.1.0", "description": "Use amazon coupons and save your money automatically", "host_permissions": [ "*:\/\/*.amazon.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.amazon.com\/*" ], "js": [ "js\/jquery.min.js", "js\/functions.js" ], "all_frames": true } ], "action": { "default_icon": { "16": "images\/note-2-16.png", "32": "images\/note-2-32.png", "48": "images\/note-2-48.png", "128": "images\/note-2-128.png" } }, "icons": { "16": "images\/note-2-16.png", "32": "images\/note-2-32.png", "48": "images\/note-2-48.png", "128": "images\/note-2-128.png" }, "manifest_version": 3 } |