AliCoupons - Automatic Coupon Finder

Automatically find coupon codes on AliExpress

AliCoupons - Automatic Coupon Finder là gì?

AliCoupons - Automatic Coupon Finder là một tiện ích mở rộng Chrome được phát triển bởi Strasser Develop, và tính năng chính của nó là "Automatically find coupon codes on AliExpress".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng AliCoupons - Automatic 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 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).

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$.

Enjoy your shopping :)                    

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

Tên AliCoupons - Automatic Coupon Finder AliCoupons - Automatic Coupon Finder
ID chgmdffhloijlalpddecjkiplikffhmf
URL Chính Thức https://chromewebstore.google.com/detail/alicoupons-automatic-coup/chgmdffhloijlalpddecjkiplikffhmf
Mô tả Automatically find coupon codes on AliExpress
Kích Thước Tệp 199 KB
Số Lần Cài Đặt 46
Phiên Bản Hiện Tại 0.1.3
Cập Nhật Lần Cuối 2022-11-15
Ngày Phát Hành 2022-11-15
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Strasser Develop
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://docs.google.com/document/d/1QNVwyPLp_SSlBqN1X-tLNCcQU4Dp4p_3_q6nvmT7KJI
Ngôn Ngữ Được Hỗ Trợ en,fr,es,it,pt-BR,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "styles\/contentscript.css"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "matches": [
                "https:\/\/*.aliexpress.com\/*",
                "http:\/\/*.aliexpress.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "css": [
                "styles\/contentscript.css"
            ],
            "js": [
                "scripts\/contentscript_on_pages.js"
            ],
            "matches": [
                "https:\/\/*.aliexpress.com\/*",
                "http:\/\/*.aliexpress.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "Automatically find coupon codes on AliExpress",
    "icons": {
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "48": "icons\/48x48.png",
        "64": "icons\/64x64.png",
        "128": "icons\/128x128.png",
        "256": "icons\/256x256.png",
        "300": "icons\/300x300.png",
        "512": "icons\/512x512.png"
    },
    "manifest_version": 3,
    "name": "AliCoupons - Automatic Coupon Finder",
    "permissions": [
        "storage",
        "tabs",
        "notifications"
    ],
    "version": "0.1.3"
}