Order Chiết Khấu
Công cụ đặt hàng, lấy chiết khấu Taobao, Tmall, 1688, Jingdong
什么是Order Chiết Khấu?
Order Chiết Khấu是由orderchietkhau.vn开发的Chrome扩展程序,该扩展的主要功能是“Công cụ đặt hàng, lấy chiết khấu Taobao, Tmall, 1688, Jingdong”。
扩展截图
下载Order Chiết Khấu扩展crx文件
下载Order Chiết Khấu扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
OrderchietkhauVn
- Đặt hàng , Quản lý và nhận chiết khấu 1688, taobao, tmall, jd, pinduoduo, vip, weidian…
- Công cụ nhận chiết khấu và đặt hàng 1688, taobao, tmall, jd, pinduoduo, vip, weidian… cao nhất, nhanh nhất, thuận tiện nhất.
- Chiết khấu, hoa hồng hấp dẫn khi giới thiệu bạn bè tham gia.
- Tiện ích rút tiền, kiểm tra số dư mọi lúc mọi nơi. 扩展基本信息
| 名称 | |
| ID | mamihmahedcnekadndkhkcbhafgnhbbc |
| 官方URL | https://chromewebstore.google.com/detail/order-chi%E1%BA%BFt-kh%E1%BA%A5u/mamihmahedcnekadndkhkcbhafgnhbbc |
| 简介 | Công cụ đặt hàng, lấy chiết khấu Taobao, Tmall, 1688, Jingdong |
| 文件大小 | 103 KB |
| 安装次数 | 61 |
| 当前版本 | 1.4 |
| 更新时间 | 2021-09-30 |
| 上架时间 | 2020-10-16 |
| 开发者 | orderchietkhau.vn |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://orderchietkhau.vn/ |
| 帮助页面URL | https://orderchietkhau.vn/huong-dan |
| 隐私政策页面URL | https://orderchietkhau.vn/privacy-policy |
| 支持的语言 | vi |
| manifest.json | |
{
"background": {
"page": "background.html"
},
"browser_action": {
"default_popup": "background.html",
"default_icon": "images\/logo128.png",
"default_title": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng h\u1ed9 v\u00e0 l\u1ea5y chi\u1ebft kh\u1ea5u Trung Qu\u1ed1c"
},
"content_scripts": [
{
"css": [
"css\/style.css"
],
"exclude_matches": [
"https:\/\/daixiao.1688.com\/*",
"http:\/\/daixiao.1688.com\/*"
],
"matches": [
"http:\/\/*.taobao.com\/*",
"https:\/\/*.taobao.com\/*",
"http:\/\/*.1688.com\/*",
"https:\/\/*.1688.com\/*",
"http:\/\/*.tmall.com\/*",
"https:\/\/*.tmall.com\/*",
"http:\/\/*.tmall.hk\/*",
"https:\/\/*.tmall.hk\/*",
"https:\/\/*.jd.com\/*",
"https:\/\/*.orderchietkhau.vn\/*"
]
},
{
"js": [
"js\/jd.js",
"js\/jquery-2.2.3.min.js",
"js\/bootstrap.min.js",
"js\/tools.js",
"js\/config.js",
"js\/app.js"
],
"css": [
"css\/bootstrap.min.css"
],
"matches": [
"http:\/\/*.jd.com\/*",
"https:\/\/*.jd.com\/*"
]
},
{
"js": [
"js\/taobao.js",
"js\/jquery-2.2.3.min.js",
"js\/bootstrap.min.js",
"js\/tools.js",
"js\/config.js",
"js\/app.js"
],
"css": [
"css\/bootstrap.min.css"
],
"matches": [
"http:\/\/*.taobao.com\/*",
"https:\/\/*.taobao.com\/*"
]
},
{
"js": [
"js\/tmall.js",
"js\/jquery-2.2.3.min.js",
"js\/bootstrap.min.js",
"js\/tools.js",
"js\/config.js",
"js\/app.js"
],
"css": [
"css\/bootstrap.min.css"
],
"matches": [
"http:\/\/*.tmall.com\/*",
"https:\/\/*.tmall.com\/*",
"http:\/\/*.tmall.hk\/*",
"https:\/\/*.tmall.hk\/*",
"http:\/\/detail.tmall.com\/*",
"https:\/\/detail.tmall.com\/*",
"http:\/\/world.tmall.com\/*",
"https:\/\/*.world.tmall.com\/*"
]
},
{
"js": [
"js\/1688.js",
"js\/jquery-2.2.3.min.js",
"js\/bootstrap.min.js",
"js\/tools.js",
"js\/config.js",
"js\/app.js"
],
"css": [
"css\/bootstrap.min.css"
],
"matches": [
"http:\/\/*.1688.com\/*",
"https:\/\/*.1688.com\/*"
]
}
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"description": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng, l\u1ea5y chi\u1ebft kh\u1ea5u Taobao, Tmall, 1688, Jingdong",
"icons": {
"16": "images\/logo16.png",
"24": "images\/logo24.png",
"32": "images\/logo32.png",
"48": "images\/logo48.png",
"128": "images\/logo128.png"
},
"incognito": "split",
"manifest_version": 2,
"name": "Order Chi\u1ebft Kh\u1ea5u",
"permissions": [
"storage"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.4",
"web_accessible_resources": [
"images\/*",
"css\/*",
"template\/*"
]
} | |