Gearbest Coupons Finder
Finds coupons for gearbest.com.
Τι είναι το Gearbest Coupons Finder;
Το Gearbest Coupons Finder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://gearbestcoupons.com, και η κύρια λειτουργία του είναι "Finds coupons for gearbest.com.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Gearbest Coupons Finder
Λήψη αρχείων επέκτασης Gearbest Coupons Finder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Gearbest Coupons Finder A Chrome extension that offers you the latest Gearbest coupon and discount in Realtime every day, this personal shopping assistant will help you and make life easier for you since these moments. You do not need to spend a lot of time searching for Gearbest coupons, because this Chrome extension will do that for you. Just install the Gearbest Coupons Finder and enjoy the latest deals and coupons that help you save a few dollars every time you purchase Gearbest. The Gearbest extension will bring and offer you all the coupons available for vast numbers of products at excellent prices. The Extension will automatically apply the coupons in the checkout; you only need to choose your item from the Extension, click on it, and complete it to the checkout page; you will find that the coupon is written automatically on the checkout page. How the Extension works: ★ First Method: 1- Just install the Gearbest Coupons Finder extension and open it from the chrome extensions bar 2- After that, a window will be opened contains all the product that have coupons by the Extension, browse them and pick yours 3- You can easily search for any product you want from the search bar; you have only to type a product name and click in the search button or click ENTER from your keyboard 4- You can filter by categories or by price click on the filter button Next to the search button and enjoy 5- Added any product to the “Saved List” to back it any time you want, for that, you have a Button near the yellow “Coupon at Checkout” note, just click on that button 6- The Gearbest coupons will be updated automatically in the extension, that mean if there any new coupons for Gearbest will be added to the extension, and the expired coupons will be removed too 7- There is an expiration date of each coupons to let you know in which date exactly the coupons will be expired ★ Second Method: 1- You also need to install the Extension, but the difference here is you not need to open the Extension every time, simply while you are browsing the Gearbest website searching for any products, you will see a note says “Coupon at Checkout” in yellow color. 2- That means the Gearbest Coupons Finder has finds a coupon for the item or the items you are searching for. 3- you need only to open the product and complete it to the checkout; you will see that the coupons have been applied automatically. 4- If you see any coupons not written automatically in the checkout, you have to click in the “Apply coupon” on the Checkout page. ★ Note: The Gearbest Coupons Finder has no relation, neither from near nor from afar with Gearbest company, it is our addition, and we have the full property rights.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | ihkgkigpnemmamifdkokofddjngobpok |
Επίσημο URL | https://chrome.google.com/webstore/detail/gearbest-coupons-finder/ihkgkigpnemmamifdkokofddjngobpok |
Περιγραφή | Finds coupons for gearbest.com. |
Μέγεθος Αρχείου | 56.4 KB |
Αριθμός Εγκαταστάσεων | 14 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2020-11-18 |
Ημερομηνία Δημοσίευσης | 2020-10-08 |
Αξιολόγηση | 5.00/5 Συνολικά 8 Αξιολογήσεις |
Προγραμματιστής | http://gearbestcoupons.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://gearbestcoupons.com |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gearbest Coupons Finder", "version": "1.0", "description": "Finds coupons for gearbest.com.", "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "background": { "persistent": true, "page": "background.html" }, "permissions": [ "storage" ], "web_accessible_resources": [ "couponatcheckout.png" ], "content_scripts": [ { "matches": [ "https:\/\/*.gearbest.com\/*" ], "css": [ "content.css" ], "js": [ "jquery-3.5.1.min.js", "content.js" ] } ], "browser_action": { "default_icon": "icons\/icon_16.png", "default_popup": "popup.html" }, "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/kit.fontawesome.com\/; object-src 'self'" } |