Easy AliExpress Cashback
Start earning up to 8% cash-back on every single thing you order on AliExpress
什么是Easy AliExpress Cashback?
Easy AliExpress Cashback是由TLG开发的Chrome扩展程序,该扩展的主要功能是“Start earning up to 8% cash-back on every single thing you order on AliExpress”。
扩展截图
下载Easy AliExpress Cashback扩展crx文件
下载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 扩展基本信息
| 名称 | |
| 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"
]
} | |