Aliexpress Coupon Finder

This extension finds coupons and discounts automatically

Aliexpress Coupon Finder là gì?

Aliexpress Coupon Finder là một tiện ích mở rộng Chrome được phát triển bởi Wizard_Pekka, và tính năng chính của nó là "This extension finds coupons and discounts automatically".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Aliexpress Coupon Finder

Tải xuống các tệp mở rộng Aliexpress Coupon Finder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This extension finds coupons on every products automatically and gives a vast discounts
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 10 phone cases at 1$ each, but the extension warns you that there is a 4$ discount when spending 10$ or more: you can add 2 more cases to the cart and the price for 10 units will reduce to 6$. Without the extension, 8 units at 8$; with it, 10 units at 6$.
N.B:-By installing this Chrome extension you accept redirecting you to the links of the affiliate program AliExpress. 

Just install it and save your money.

Enjoy your shopping :)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Aliexpress Coupon Finder Aliexpress Coupon Finder
ID hepdgnbegplahokplefbifdlobgdldke
URL Chính Thức https://chromewebstore.google.com/detail/aliexpress-coupon-finder/hepdgnbegplahokplefbifdlobgdldke
Mô tả This extension finds coupons and discounts automatically
Kích Thước Tệp 3.01 MB
Số Lần Cài Đặt 75
Phiên Bản Hiện Tại 1.8.9
Cập Nhật Lần Cuối 2023-01-13
Ngày Phát Hành 2021-04-01
Nhà Phát Triển Wizard_Pekka
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://sites.google.com/view/aliexpress-coupon-finder/home
URL Trang Trợ Giúp https://sites.google.com/view/avengercontactmail/home
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/avengerprivacypolicy/home
Ngôn Ngữ Được Hỗ Trợ en,fr,es,it,pt-BR,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Aliexpress Coupon Finder",
    "description": "This extension finds coupons and discounts automatically",
    "version": "1.8.9",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "default_locale": "en",
    "browser_action": {
        "default_icon": {
            "32": "images\/[email protected]"
        },
        "default_title": "Aliexpress Coupons Finder"
    },
    "icons": {
        "128": "images\/128x128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/*",
                "http:\/\/*.aliexpress.com\/*"
            ],
            "css": [
                "styles\/contentscript.css"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/*",
                "http:\/\/*.aliexpress.com\/*"
            ],
            "css": [
                "styles\/contentscript.css"
            ],
            "js": [
                "scripts\/contentscript_curated_pages.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "images\/*"
    ],
    "permissions": [
        "tabs",
        "https:\/\/*.aliexpress.com\/*",
        "http:\/\/*.aliexpress.com\/*",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ]
}