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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 } |