AliExpress reLinker (ePN)
Automatic replacement of links to ePN DeepLink for AliExpress.
Wat is AliExpress reLinker (ePN)?
AliExpress reLinker (ePN) is een Chrome-extensie ontwikkeld door Sergey Avdeev, en de belangrijkste functie is "Automatic replacement of links to ePN DeepLink for AliExpress.".
Extensie Screenshots
Download het CRX-bestand van de extensie AliExpress reLinker (ePN)
Download AliExpress reLinker (ePN)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | AliExpress reLinker (ePN) |
ID | ccalnolcdddjffhdoncdeiinphkdenmp |
Officiële URL | https://chromewebstore.google.com/detail/aliexpress-relinker-epn/ccalnolcdddjffhdoncdeiinphkdenmp |
Beschrijving | Automatic replacement of links to ePN DeepLink for AliExpress. |
Bestandsgrootte | 57.48 KB |
Aantal Installaties | 451 |
Huidige Versie | 1.3.0 |
Laatst Bijgewerkt | 2019-12-20 |
Publicatiedatum | 2019-12-20 |
Beoordeling | 4.86/5 Totaal 7 Beoordelingen |
Ontwikkelaar | Sergey Avdeev |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/avdeevsv91/aliexpress_epn_relinker_chrome |
Ondersteunde Talen | 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\/*" ] } |