Coupon Codes for AliExpress

The Chrome extension that automatically finds discounts on AliExpress

Coupon Codes for AliExpress란 무엇입니까?

Coupon Codes for AliExpress은(는) Julien Paglino에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Chrome extension that automatically finds discounts on AliExpress"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Coupon Codes for AliExpress is the new amazing Chrome extension that can search for available coupons and discounts offered by AliExpress sellers whilst you are browsing the store.
This personal shopping assistant will make you save a lot of money every time you make purchase in AliExpress.                    

확장 프로그램 기본 정보

이름 Coupon Codes for AliExpress Coupon Codes for AliExpress
ID aklgaklkaklpkbpbnfbflcckifpmeilo
공식 URL https://chromewebstore.google.com/detail/coupon-codes-for-aliexpre/aklgaklkaklpkbpbnfbflcckifpmeilo
설명 The Chrome extension that automatically finds discounts on AliExpress
파일 크기 181 KB
설치 횟수 375
현재 버전 1.1.3
최근 업데이트 2018-05-23
출시 날짜 2018-05-22
평점 1.00/5 총 1 개의 평점
개발자 Julien Paglino
이메일 [email protected]
결제 유형 free
지원되는 언어 en,fr,es,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "\/lib\/jquery.min.js",
            "\/js\/currency.js",
            "\/js\/task-manager.js",
            "\/js\/app.js",
            "\/js\/background.js",
            "\/cs\/background-2.js",
            "\/cs\/background-3.js"
        ]
    },
    "browser_action": {
        "default_icon": "\/img\/19x19.png",
        "default_popup": "\/html\/popup.html",
        "default_title": "__MSG_extName__"
    },
    "content_scripts": [
        {
            "js": [
                "cs\/discovery-ali.js"
            ],
            "matches": [
                "*:\/\/www.aliexpress.com\/*",
                "*:\/\/best.aliexpress.com\/*",
                "*:\/\/sale.aliexpress.com\/*",
                "*:\/\/flashdeals.aliexpress.com\/*",
                "*:\/\/fr.aliexpress.com\/*",
                "*:\/\/es.aliexpress.com\/*",
                "*:\/\/ru.aliexpress.com\/*",
                "*:\/\/pt.aliexpress.com\/*",
                "*:\/\/it.aliexpress.com\/*",
                "*:\/\/de.aliexpress.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "\/css\/style.css"
            ],
            "js": [
                "\/lib\/jquery.min.js",
                "\/js\/i18n.alias.js",
                "\/js\/affiliate.js",
                "\/js\/cs-aliexpress.js"
            ],
            "matches": [
                "http:\/\/*.aliexpress.com\/*",
                "https:\/\/*.aliexpress.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "\/lib\/jquery.min.js",
                "\/js\/cs-store-iframe.js"
            ],
            "matches": [
                "http:\/\/*.aliexpress.com\/store\/sale-items\/*",
                "https:\/\/*.aliexpress.com\/store\/sale-items\/*",
                "https:\/\/s.click.aliexpress.com\/*",
                "https:\/\/s.click.aliexpress.com\/*",
                "http:\/\/sec.aliexpress.com\/query.htm*",
                "https:\/\/sec.aliexpress.com\/query.htm*",
                "http:\/\/cnsec.aliexpress.com\/query.htm*",
                "https:\/\/cnsec.aliexpress.com\/query.htm*",
                "https:\/\/login.aliexpress.com\/*",
                "http:\/\/login.aliexpress.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "cs\/discovery.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/ad.admitad.com\/*",
                "*:\/\/pafutos.com\/*",
                "*:\/\/*.pafutos.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extDescr__",
    "icons": {
        "128": "\/img\/128x128.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "AliExpress Coupons",
    "permissions": [
        "activeTab",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*",
        "storage",
        "contextMenus"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'",
    "version": "1.1.3",
    "web_accessible_resources": [
        "img\/*"
    ]
}