AliExpress reLinker (ePN)

Automatic replacement of links to ePN DeepLink for AliExpress.

AliExpress reLinker (ePN)란 무엇입니까?

AliExpress reLinker (ePN)은(는) Sergey Avdeev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatic replacement of links to ePN DeepLink for AliExpress."입니다.

확장 프로그램 스크린샷

screenshot

AliExpress reLinker (ePN) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Buy goods on the popular aliexpress trading platform and return part of the funds for them with the help of the ePN cashback service! Just specify your DeepLink link in the settings and the extension will automatically apply it when making a purchase.                    

확장 프로그램 기본 정보

이름 AliExpress reLinker (ePN) AliExpress reLinker (ePN)
ID ccalnolcdddjffhdoncdeiinphkdenmp
공식 URL https://chromewebstore.google.com/detail/aliexpress-relinker-epn/ccalnolcdddjffhdoncdeiinphkdenmp
설명 Automatic replacement of links to ePN DeepLink for AliExpress.
파일 크기 57.48 KB
설치 횟수 451
현재 버전 1.3.0
최근 업데이트 2019-12-20
출시 날짜 2019-12-20
평점 4.86/5 총 7 개의 평점
개발자 Sergey Avdeev
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/avdeevsv91/aliexpress_epn_relinker_chrome
지원되는 언어 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Sergey Avdeev",
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "description": "__MSG_description__",
    "homepage_url": "https:\/\/github.com\/avdeevsv91\/aliexpress_epn_relinker_chrome",
    "version": "1.3.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "default_locale": "en",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "settings.html",
    "content_scripts": [
        {
            "js": [
                "jquery-3.4.1.min.js",
                "content.js"
            ],
            "matches": [
                "*:\/\/*.aliexpress.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "*:\/\/*.aliexpress.com\/*"
    ]
}