AliExpress Coupon Helper

AliExpress Coupon Helper

AliExpress Coupon Helper란 무엇입니까?

AliExpress Coupon Helper은(는) http://thealiexpresscoupons.xyz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "AliExpress Coupon Helper"입니다.

확장 프로그램 스크린샷

screenshot

AliExpress Coupon Helper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Coupon Helper brings you a brand new Chrome extension that will search for available coupons and discounts offered by AliExpress sellers whilst you are browsing the store. This 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 it will automatically start searching for the best coupons and discounts available for each product in AliExpress. When an offer is detected an orange box will appear with instructions on how to grab it.

This extension also works with your wishlist! If you were to find multiple products with the same price, you can add them to your wishlist and occasionally check with AliExpress Coupon Finder to see if a vendor has released a coupon or a discount.

We won’t lie, 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:

You can customize the extension to cover your exclusive shopping needs. If you do not need the extension to automatically search for coupons and discounts each time you browse through AliExpress, you have the option of turning off the automatic search function in the menu bar (click on the orange coupon toolbar) and then simply click on the Right Button> Check coupons for this product, and extension will only look at the products you choose.
Coupon Finder brings you a brand new Chrome extension that will search for available coupons and discounts offered by AliExpress sellers…

If you are browsing through a store, and you do not need AliExpress Coupon Finder to search for discounts for all the products the seller offers, you can disable this function unchecking on "Enabled on stores” in the menu.

It is not uncommon that while browsing you will see an alert saying "There are coupons or discounts for bigger amounts". This happens when you are before a product that costs, lets say $10 but the seller will only give a discount if, for example, you spend $20. You can also customize the extension and disable this notification by deselecting "Disable alert when coupons or discounts are for bigger amounts."

Enjoy!                    

확장 프로그램 기본 정보

이름 AliExpress Coupon Helper AliExpress Coupon Helper
ID lmdbmdjlmfenbdkgfhboiedhdphbojao
공식 URL https://chrome.google.com/webstore/detail/aliexpress-coupon-helper/lmdbmdjlmfenbdkgfhboiedhdphbojao
설명 AliExpress Coupon Helper
파일 크기 4.17 KB
설치 횟수 709
현재 버전 2.3.1
최근 업데이트 2018-04-30
출시 날짜 2018-04-30
평점 4.20/5 총 5 개의 평점
개발자 http://thealiexpresscoupons.xyz
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AliExpress Coupon Helper",
    "version": "2.3.1",
    "description": "AliExpress Coupon Helper",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com\/; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}