AliExpress Finder Coupons
An extension for your browser that automatically searches for coupons on AliExpress
Τι είναι το AliExpress Finder Coupons;
Το AliExpress Finder Coupons είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον AliСoupon Technology, και η κύρια λειτουργία του είναι "An extension for your browser that automatically searches for coupons on AliExpress".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης AliExpress Finder Coupons
Λήψη αρχείων επέκτασης AliExpress Finder Coupons σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
🎁 Our extension will help you find discounts on AliExpress™! 🎁 😯 Did you know that most products on AliExpress™ have hidden discounts or coupons? Each product can have up to six different types of compatible discounts, but it can be extremely difficult to find and combine them! ⏬ Just install our extension and it will do all the work. AliExpress Coupons Finder will show you how to get the best coupon for the product you are currently viewing. 🔎 AliExpress Coupons Finder will search for available coupons and discounts while you are on the AliExpress™ website. Our assistant will allow you to save a few dollars on AliExpress for each purchase and get the best price. ⏬ Just install the extension and it will automatically start searching for the best coupons and discounts on each product page. When the offer is found, an orange notification will appear with instructions on how to get it. ✔ The plugin has two modes: 1) The standard "normal mode" for ordinary customers who most often do not buy in bulk. As a rule, when a coupon is available, a notification automatically appears on your product page. If you don't see anything, it just means that there is no coupon or discount for this product at this price. 2) The second function is the dropshipper function, which is ideal for wholesale buyers and dropshippers who usually need to purchase a large number of goods. You can activate it in the Google Chrome extension menu (with a coupon icon). This feature always displays a table of information and gives you the best purchase offer based on the seller's coupons, volume discounts and advertising information to get the best value for money. 😌 We have spent a lot of time developing our extension, and we hope that you will enjoy it properly! 💜 We will definitely add new features soon. Send your comments, complaints or suggestions to [email protected] 🛒 We wish you a successful shopping! 📧 Contact email: [email protected]
Βασικές Πληροφορίες Επέκτασης
Όνομα | AliExpress Finder Coupons |
ID | ehkipelekimjbhdmdnaijemdncemhlaj |
Επίσημο URL | https://chromewebstore.google.com/detail/aliexpress-finder-coupons/ehkipelekimjbhdmdnaijemdncemhlaj |
Περιγραφή | An extension for your browser that automatically searches for coupons on AliExpress |
Μέγεθος Αρχείου | 44.25 KB |
Αριθμός Εγκαταστάσεων | 291 |
Τρέχουσα Έκδοση | 0.0.5 |
Τελευταία Ενημέρωση | 2021-07-28 |
Ημερομηνία Δημοσίευσης | 2021-07-14 |
Αξιολόγηση | 5.00/5 Συνολικά 11 Αξιολογήσεις |
Προγραμματιστής | AliСoupon Technology |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | http://couponali.poqdev.com/info/privacy |
Υποστηριζόμενες Γλώσσες | en,fr,es,it,pt-BR,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_title": "__MSG_extName__" }, "content_scripts": [ { "all_frames": false, "css": [ "styles\/contentscript.css" ], "js": [ "scripts\/contentscript.js" ], "matches": [ "https:\/\/*.aliexpress.com\/*", "http:\/\/*.aliexpress.com\/*", "https:\/\/alicoupons.org\/*" ], "run_at": "document_end" }, { "all_frames": true, "css": [ "styles\/contentscript.css" ], "js": [ "scripts\/contentscript_on_pages.js" ], "matches": [ "https:\/\/*.aliexpress.com\/*", "http:\/\/*.aliexpress.com\/*", "https:\/\/alicoupons.org\/*" ], "run_at": "document_end" } ], "default_locale": "ru", "description": "__MSG_extDescr__", "icons": { "128": "images\/128x128.png" }, "manifest_version": 2, "name": "__MSG_extName__", "permissions": [ "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.0.5", "web_accessible_resources": [ "images\/*" ] } |