Amazon Coupon Finder
Amazon Coupon Finder - Find all possible coupons and free products on amazon.com
Amazon Coupon Finderคืออะไร?
Amazon Coupon Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://amazoncouponfinder.com และคุณลักษณะหลักของมันคือ "Amazon Coupon Finder - Find all possible coupons and free products on amazon.com"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Amazon Coupon Finder
ดาวน์โหลดไฟล์ส่วนขยาย Amazon Coupon Finder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Love saving money? Just wait til you try Amazon Coupon Finder. Search for all possible coupons on amazon. Find hidden coupons and hidden free products on amazon.com All coupons are sorted in their special category so you can search by category. Get notified when we find free products you can claim on amazon. Amazon Coupon Finder helps you save huge amounts of cash on products you buy on amazon. Find all coupons for amazon in one place. Give it a try and you wont regret it. We promise you that. -------------------------------------------------------------- By using this add-on, you agree to the Amazon Coupon Finder Terms & Conditions available at https://amazoncouponfinder.com/terms.html -------------------------------------------------------------- All product names, logos, and brands are property of their respective owners. All company, product and service names used in this extension are for identification purposes only. Use of these names, logos, and brands does not imply endorsement. This extension is not a part of the Amazon website or Amazon.com Inc. Additionally, This extension is NOT endorsed by Amazon in any way. AMAZON is a trademark of AMAZON.COM, Inc.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bpbbngjgdfhngpcfimcecijjdfhknfeb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/amazon-coupon-finder/bpbbngjgdfhngpcfimcecijjdfhknfeb |
คำอธิบาย | Amazon Coupon Finder - Find all possible coupons and free products on amazon.com |
ขนาดไฟล์ | 109 KB |
จำนวนการติดตั้ง | 251 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2020-09-13 |
วันที่เผยแพร่ | 2020-08-20 |
คะแนน | 3.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | https://amazoncouponfinder.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://amazoncouponfinder.com/ |
URL หน้าช่วยเหลือ | https://amazoncouponfinder.com/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.browserappsdev.xyz/p/privacy.html |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amazon Coupon Finder", "description": "Amazon Coupon Finder - Find all possible coupons and free products on amazon.com", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self'", "version": "1.0.3", "manifest_version": 2, "icons": { "32": "images\/iconX32.png", "48": "images\/iconX48.png", "64": "images\/iconX64.png", "128": "images\/iconX128.png" }, "background": { "scripts": [ "scripts\/jquery.min.js", "scripts\/background.js" ] }, "permissions": [ "https:\/\/*.amazon.com\/*", "https:\/\/*.amazoncouponfinder.com\/*", "https:\/\/*.ipinfo.io\/*", "storage", "webRequest", "webRequestBlocking", "notifications", "alarms" ], "externally_connectable": { "matches": [ "*:\/\/amazoncouponfinder.com\/*" ] }, "browser_action": { "default_icon": { "32": "images\/iconX32.png", "48": "images\/iconX48.png", "64": "images\/iconX64.png", "128": "images\/iconX128.png" }, "default_title": "Amazon Coupon Finder" }, "homepage_url": "https:\/\/amazoncouponfinder.com" } |