Easy AliExpress Cashback
Start earning up to 8% cash-back on every single thing you order on AliExpress
Easy AliExpress Cashbackคืออะไร?
Easy AliExpress Cashback เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TLG และคุณลักษณะหลักของมันคือ "Start earning up to 8% cash-back on every single thing you order on AliExpress"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Easy AliExpress Cashback
ดาวน์โหลดไฟล์ส่วนขยาย Easy AliExpress Cashback ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Start earning 8% cashback on all your AliExpress orders. With our Easy AliExpress Cashback extension you'll automatically earn 8% of your purchases on AliExpress back. This can be paid directly to your account weekly! Start saving money today with our free extension. - Add your deeplink to the extension (instructions included) - Shop as you usually would - Cashback is automatically applied - Get paid weekly
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Easy AliExpress Cashback |
ID | kbflaodboafkgnbcdneooijlhipljmia |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/easy-aliexpress-cashback/kbflaodboafkgnbcdneooijlhipljmia |
คำอธิบาย | Start earning up to 8% cash-back on every single thing you order on AliExpress |
ขนาดไฟล์ | 116 KB |
จำนวนการติดตั้ง | 43 |
เวอร์ชันปัจจุบัน | 0.0.2 |
อัปเดตครั้งล่าสุด | 2019-09-25 |
วันที่เผยแพร่ | 2019-09-25 |
ผู้พัฒนา | TLG |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.dropified.com/terms-of-service |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Easy AliExpress Cashback", "version": "0.0.2", "manifest_version": 2, "description": "__MSG_appDescription__", "short_name": "__MSG_appName__", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/libs\/jquery.min.js", "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "32": "images\/icon-32.png", "38": "images\/icon-38.png" }, "default_title": "__MSG_appName__", "default_popup": "popup.html" }, "permissions": [ "storage", "tabs", "http:\/\/*.aliexpress.com\/*", "https:\/\/*.aliexpress.com\/*", "https:\/\/www.mixfunnels.com\/extauth\/auth", "webRequest", "webRequestBlocking" ] } |