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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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) |
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\/*" ] } |