Order Chiết Khấu
Công cụ đặt hàng, lấy chiết khấu Taobao, Tmall, 1688, Jingdong
Wat is Order Chiết Khấu?
Order Chiết Khấu is een Chrome-extensie ontwikkeld door orderchietkhau.vn, en de belangrijkste functie is "Công cụ đặt hàng, lấy chiết khấu Taobao, Tmall, 1688, Jingdong".
Extensie Screenshots
Download het CRX-bestand van de extensie Order Chiết Khấu
Download Order Chiết Khấu-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | mamihmahedcnekadndkhkcbhafgnhbbc |
| Officiële URL | https://chromewebstore.google.com/detail/order-chi%E1%BA%BFt-kh%E1%BA%A5u/mamihmahedcnekadndkhkcbhafgnhbbc |
| Beschrijving | Công cụ đặt hàng, lấy chiết khấu Taobao, Tmall, 1688, Jingdong |
| Bestandsgrootte | 103 KB |
| Aantal Installaties | 61 |
| Huidige Versie | 1.4 |
| Laatst Bijgewerkt | 2021-09-30 |
| Publicatiedatum | 2020-10-16 |
| Ontwikkelaar | orderchietkhau.vn |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://orderchietkhau.vn/ |
| Help Pagina-URL | https://orderchietkhau.vn/huong-dan |
| URL van de Privacybeleid Pagina | https://orderchietkhau.vn/privacy-policy |
| Ondersteunde Talen | 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\/*"
]
} | |