Juice - Amazon Coupons Finder
Finds products with discounts in Amazon search results
Juice - Amazon Coupons Finderคืออะไร?
Juice - Amazon Coupons Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://juice.discount และคุณลักษณะหลักของมันคือ "Finds products with discounts in Amazon search results"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Juice - Amazon Coupons Finder
ดาวน์โหลดไฟล์ส่วนขยาย Juice - Amazon Coupons Finder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The extension was made to take the Juice out of Amazon and give it to you as easy as possible. If you are an Amazon buyer, Juice is for you. The extension will show you all of the available discounts on Amazon, based on your searches. No more random discounts that manipulate you to buy what you don't need. Get discount for what you are looking for. Juice allows you to sort the results by discount, price, reviews and rating and make smart decisions. Install Juice and find the best discounts on Amazon, it's simple and free!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Juice - Amazon Coupons Finder |
ID | napgiiljdfdiklcipgdkhpgfgjkjamfo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/juice-amazon-coupons-find/napgiiljdfdiklcipgdkhpgfgjkjamfo |
คำอธิบาย | Finds products with discounts in Amazon search results |
ขนาดไฟล์ | 1.89 MB |
จำนวนการติดตั้ง | 10,792 |
เวอร์ชันปัจจุบัน | 0.2 |
อัปเดตครั้งล่าสุด | 2022-12-05 |
วันที่เผยแพร่ | 2020-04-13 |
คะแนน | 4.31/5 รวมทั้งหมด 16 คะแนน |
ผู้พัฒนา | https://juice.discount |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://juice.discount |
URL หน้าช่วยเหลือ | https://juice.discount |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html", "persistent": false }, "browser_action": { "default_icon": { "16": "assets\/icons\/icon_16.png" }, "default_title": "Juice - Amazon Coupon Finder" }, "content_scripts": [ { "js": [ "browser-polyfill.js", "content-amazon-search.js", "content-amazon-product.js" ], "matches": [ "*:\/\/www.amazon.com\/*", "*:\/\/www.amazon.ca\/*", "*:\/\/www.amazon.com.mx\/*", "*:\/\/www.amazon.co.uk\/*", "*:\/\/www.amazon.de\/*", "*:\/\/www.amazon.es\/*", "*:\/\/www.amazon.it\/*", "*:\/\/www.amazon.fr\/*", "*:\/\/www.amazon.co.jp\/*", "*:\/\/www.amazon.com.au\/*" ] } ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "icons": { "16": "assets\/icons\/icon_16.png", "32": "assets\/icons\/icon_32.png", "64": "assets\/icons\/icon_64.png", "128": "assets\/icons\/icon_128.png", "256": "assets\/icons\/icon_256.png" }, "manifest_version": 2, "name": "Juice - Amazon Coupons Finder", "homepage_url": "https:\/\/juice.discount\/", "short_name": "Juice", "description": "Finds products with discounts in Amazon search results", "incognito": "split", "permissions": [ "unlimitedStorage", "storage", "tabs", "notifications", "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.ca\/*", "*:\/\/*.amazon.com.mx\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.it\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.es\/*", "*:\/\/*.amazon.co.jp\/*", "*:\/\/*.amazon.com.au\/*" ], "version": "0.2", "web_accessible_resources": [ "assets\/*" ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjf0ZV5\/TcpNlEX+HpMVFKbUJyKCG6vA\/wQpO+84IUEfacZ7L6AbWnFJzqtwbvAOF\/CoNj+Med7haBUm69FEROlRYRJKUL7kZt9USNuBzWafzYNsPd4h2XmI+0nK+efvdLrViGm5\/MPBexpjkM1XTj++igAStS8x\/LsW2N5bGYyAAtk6sHfFvHmAazj3Q277NTywOdsJEsJ0bnSoCGl4lFGd2b7kq6+XoPpun1BQxaAbihN0kiMfVBeCSaTbRFXp5y\/IQrcJqgG06GC2TOwl99MerHRl2lfhRyRZ4FRfE8uG0KYU6nnwjxvR\/fXHJSU4H9TTftvs66HnnzWcDQY3KRwIDAQAB" } |