AliExpress reLinker (ePN)

Automatic replacement of links to ePN DeepLink for AliExpress.

Τι είναι το AliExpress reLinker (ePN);

Το AliExpress reLinker (ePN) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Sergey Avdeev, και η κύρια λειτουργία του είναι "Automatic replacement of links to ePN DeepLink for AliExpress.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης AliExpress reLinker (ePN)

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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\/*"
    ]
}