auto-coupon
Auto apply amazon coupons
ما هو auto-coupon؟
auto-coupon هو إضافة Chrome تم تطويرها بواسطة mcdhaef، والميزة الرئيسية لها هي "Auto apply amazon coupons".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة auto-coupon
قم بتنزيل ملفات الامتداد auto-coupon بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Auto-coupon is a super simple chrome extension that automatically applies amazon coupons when you navigate to a product page. Once on the page the extension will check for a coupon to be applied and do so without any need for action from the user. Amazon coupons are not automatically applied so most people don't know what they are missing.
معلومات أساسية عن التمديد
الاسم | auto-coupon |
ID | jibjjgdhcgniaidglbmhledoeinekchd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/auto-coupon/jibjjgdhcgniaidglbmhledoeinekchd |
الوصف | Auto apply amazon coupons |
حجم الملف | 6.67 KB |
عدد التثبيتات | 63 |
النسخة الحالية | 0.0.3 |
آخر تحديث | 2022-04-10 |
تاريخ النشر | 2021-08-29 |
تقييم | 3.50/5 مجموع تقييمات 2 |
المطور | mcdhaef |
البريد الإلكتروني | [email protected] |
نوع الدفع | in_app |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "auto-coupon", "description": "Auto apply amazon coupons", "version": "0.0.3", "manifest_version": 3, "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/*.amazon.com\/*" ], "js": [ "content.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |