AliExpress reLinker (ePN)
Automatic replacement of links to ePN DeepLink for AliExpress.
Qu'est-ce que AliExpress reLinker (ePN) ?
AliExpress reLinker (ePN) est une extension Chrome développée par Sergey Avdeev, et sa fonction principale est "Automatic replacement of links to ePN DeepLink for AliExpress.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AliExpress reLinker (ePN)
Téléchargez les fichiers d'extension AliExpress reLinker (ePN) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | AliExpress reLinker (ePN) |
ID | ccalnolcdddjffhdoncdeiinphkdenmp |
URL Officiel | https://chromewebstore.google.com/detail/aliexpress-relinker-epn/ccalnolcdddjffhdoncdeiinphkdenmp |
Description | Automatic replacement of links to ePN DeepLink for AliExpress. |
Taille du Fichier | 57.48 KB |
Nombre d'Installations | 451 |
Version Actuelle | 1.3.0 |
Dernière Mise à Jour | 2019-12-20 |
Date de Publication | 2019-12-20 |
Évaluation | 4.86/5 Total 7 Évaluations |
Développeur | Sergey Avdeev |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/avdeevsv91/aliexpress_epn_relinker_chrome |
Langues Prises en Charge | 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\/*" ] } |