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ファイルをダウンロード

AliExpress reLinker (ePN)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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\/*"
    ]
}