AliExpress Coupon Finder

The Chrome extension that finds discounts on AliExpress in autopilot

Cos'è AliExpress Coupon Finder?

AliExpress Coupon Finder è un'estensione di Chrome sviluppata da https://alicoupons.org, e la sua funzione principale è "The Chrome extension that finds discounts on AliExpress in autopilot".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione AliExpress Coupon Finder

Scarica i file di estensione AliExpress Coupon Finder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Did you know that most of AliExpress products have hidden discounts or coupons? Every product can have up to six different types of compatible discounts, but finding them and combining can be difficult.

Simply install this extension by clicking on "Add to Chrome" and it will do all the hard work: AliCoupons will tell you how to get the best coupons or combinations of coupons for the product you are currently browsing.

-----------------------------------------

This Chrome extension will search for available coupons and discounts whilst you are browsing the store. The personal shopping assistant will ensure you save a few dollars and get the best deals every time you make purchase in AliExpress.

Just install the extension and on every product page it will automatically start searching for the best coupons and discounts available. When an offer is detected an orange notification will appear with instructions on how to grab it.

Let's face it, AliExpress’ coupons and discounts can be a bit confusing and hard to understand, it is for this reason why many people don’t take full advantage of them. However, thanks to this free extension you will be able to save a few dollars on many of your purchases, especially on the products that are in the medium to high price range (there are usually not many discounts or coupons available for extremely cheap products).

Extension options:

The extension has two modes: the default one is the "Normal Mode", which is intended for individual shoppers, people who normally don’t buy in bulk. In "Normal Mode", notifications will appear automatically in your product page when coupons are available. If you don't see anything, it simply means that there aren't coupons or discounts for that price.

The second mode is the "Dropshipper Mode", perfect for wholesale importers and dropshippers who normally need more than one unit. You can enable it from the extension menu in Google Chrome (the one with the coupon icon). This mode will always display the info table and based on the compilation of coupons, wholesale discounts and seller promotions will suggest the optimum quantity of units to purchase to get the most for your money. 

Why is this useful? Let's say you are about to purchase 8 phone cases at 1$ each, but the extension warns you that there is a 3$ discount when spending 10$ or more: you can add 2 more cases to the cart and the price for 10 units will reduce to 7$. Without the extension, 8 units at 8$; with it, 10 units at 7$.

We spent a lot of time developing this new version of the extension and hope you find it useful.

We'll certainly be adding new features in the near future. Feel free to send us comments, complaints or suggestions to [email protected]

Enjoy your shopping!

-----------------------------------------

Monetization disclaimer:

AliCoupons is funded by requesting unclaimed cashbacks, this way you don't have to pay us and still we earn a bit of money to pay the costs of maintaining our service. But if you do use cashback services (programs that give you a small % back from your online purchases such as Letyshops or Megabonus) please right-click on the extension icon, then on "Options", and then activate the Cashback Compatibility mode. This way we'll completely disable our cashback and make sure you receive it all.                    

Informazioni di Base sull'Estensione

Nome AliExpress Coupon Finder AliExpress Coupon Finder
ID adanomdlalebngcphfbknoglbcdcbchb
URL Ufficiale https://chromewebstore.google.com/detail/aliexpress-coupon-finder/adanomdlalebngcphfbknoglbcdcbchb
Descrizione The Chrome extension that finds discounts on AliExpress in autopilot
Dimensione del File 212 KB
Conteggio Installazioni 51,938
Versione Corrente 3.0.1
Ultimo Aggiornamento 2023-12-23
Data di Pubblicazione 2020-06-08
Valutazione 4.74/5 Totale 3731 Valutazioni
Sviluppatore https://alicoupons.org
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://alicoupons.org
URL della Pagina della Politica sulla Privacy https://alicoupons.org/legal-warning
Lingue Supportate en,fr,es,it,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "3.0.1",
    "description": "__MSG_extDescr__",
    "default_locale": "en",
    "icons": {
        "16": "assets\/img\/icon-16.png",
        "19": "assets\/img\/icon-19.png",
        "32": "assets\/img\/icon-32.png",
        "38": "assets\/img\/icon-38.png",
        "48": "assets\/img\/icon-48.png",
        "128": "assets\/img\/icon-128.png",
        "256": "assets\/img\/icon-256.png"
    },
    "background": {
        "service_worker": "background.27ff7090.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.aliexpress.com\/p\/trade\/confirm.html*"
            ],
            "js": [
                "content.fd38c8e4.js"
            ],
            "css": []
        }
    ],
    "options_ui": {
        "page": "options.bbaed6ed.html",
        "open_in_tab": true
    },
    "action": {
        "default_icon": {
            "16": "assets\/img\/icon-16.png",
            "32": "assets\/img\/icon-32.png"
        }
    },
    "host_permissions": [
        "http:\/\/*.aliexpress.com\/*",
        "https:\/\/*.aliexpress.com\/*",
        "https:\/\/alicoupons.org\/*"
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/img\/icon-128.png",
                "assets\/img\/icon-16.png",
                "assets\/img\/icon-19.png",
                "assets\/img\/icon-256.png",
                "assets\/img\/icon-32.png",
                "assets\/img\/icon-38.png",
                "assets\/img\/icon-48.png"
            ],
            "matches": [
                "http:\/\/*.aliexpress.com\/*",
                "https:\/\/*.aliexpress.com\/*",
                "https:\/\/alicoupons.org\/*"
            ]
        }
    ]
}