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
官方網址 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\/*"
            ]
        }
    ]
}