AliExpress Coupon Finder

The Chrome extension that finds discounts on AliExpress in autopilot

什么是AliExpress Coupon Finder?

AliExpress Coupon Finder是由https://alicoupons.org开发的Chrome扩展程序,该扩展的主要功能是“The Chrome extension that finds discounts on AliExpress in autopilot”。

扩展截图

screenshot

下载AliExpress Coupon Finder扩展crx文件

下载AliExpress Coupon Finder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 AliExpress Coupon Finder AliExpress Coupon Finder
ID adanomdlalebngcphfbknoglbcdcbchb
官方URL https://chromewebstore.google.com/detail/aliexpress-coupon-finder/adanomdlalebngcphfbknoglbcdcbchb
简介 The Chrome extension that finds discounts on AliExpress in autopilot
文件大小 212 KB
安装次数 51,938
当前版本 3.0.1
更新时间 2023-12-23
上架时间 2020-06-08
评分 4.74/5 共3731次评分
开发者 https://alicoupons.org
电子邮箱 [email protected]
付费类型 free
扩展官网 https://alicoupons.org
隐私政策页面URL https://alicoupons.org/legal-warning
支持的语言 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\/*"
            ]
        }
    ]
}