AliExpress reLinker (ePN)

Automatic replacement of links to ePN DeepLink for AliExpress.

AliExpress reLinker (ePN) là gì?

AliExpress reLinker (ePN) là một tiện ích mở rộng Chrome được phát triển bởi Sergey Avdeev, và tính năng chính của nó là "Automatic replacement of links to ePN DeepLink for AliExpress.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng AliExpress reLinker (ePN)

Tải xuống các tệp mở rộng AliExpress reLinker (ePN) 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

                        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.                    

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

Tên AliExpress reLinker (ePN) AliExpress reLinker (ePN)
ID ccalnolcdddjffhdoncdeiinphkdenmp
URL Chính Thức https://chromewebstore.google.com/detail/aliexpress-relinker-epn/ccalnolcdddjffhdoncdeiinphkdenmp
Mô tả Automatic replacement of links to ePN DeepLink for AliExpress.
Kích Thước Tệp 57.48 KB
Số Lần Cài Đặt 451
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2019-12-20
Ngày Phát Hành 2019-12-20
Đánh Giá 4.86/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Sergey Avdeev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/avdeevsv91/aliexpress_epn_relinker_chrome
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}