AliExpress reLinker (ePN)

Automatic replacement of links to ePN DeepLink for AliExpress.

Vad är AliExpress reLinker (ePN)?

AliExpress reLinker (ePN) är en Chrome-tillägg utvecklad av Sergey Avdeev, och dess huvudfunktion är "Automatic replacement of links to ePN DeepLink for AliExpress.".

Tilläggsskärmbilder

screenshot

Ladda ner AliExpress reLinker (ePN)-förlängningens CRX-fil

Ladda ner AliExpress reLinker (ePN)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn AliExpress reLinker (ePN) AliExpress reLinker (ePN)
ID ccalnolcdddjffhdoncdeiinphkdenmp
Officiell webbadress https://chromewebstore.google.com/detail/aliexpress-relinker-epn/ccalnolcdddjffhdoncdeiinphkdenmp
Beskrivning Automatic replacement of links to ePN DeepLink for AliExpress.
Filstorlek 57.48 KB
Antal Installationer 451
Aktuell Version 1.3.0
Senast Uppdaterad 2019-12-20
Publiceringsdatum 2019-12-20
Betyg 4.86/5 Totalt 7 Betyg
Utvecklare Sergey Avdeev
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/avdeevsv91/aliexpress_epn_relinker_chrome
Stödda Språk 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\/*"
    ]
}