AliExpress reLinker (ePN)
Automatic replacement of links to ePN DeepLink for AliExpress.
AliExpress reLinker (ePN) क्या है?
AliExpress reLinker (ePN) Sergey Avdeev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatic replacement of links to ePN DeepLink for AliExpress."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AliExpress reLinker (ePN) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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) |
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\/*" ] } |