Quảng châu 24h đặt hàng
Công cụ order sỉ trên quangchau24h.com , nhập hàng cho shop online trở nên đơn giản.
Wat is Quảng châu 24h đặt hàng?
Quảng châu 24h đặt hàng is een Chrome-extensie ontwikkeld door AnhLuong, en de belangrijkste functie is "Công cụ order sỉ trên quangchau24h.com , nhập hàng cho shop online trở nên đơn giản.".
Extensie Screenshots
Download het CRX-bestand van de extensie Quảng châu 24h đặt hàng
Download Quảng châu 24h đặt hàng-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
QUANGCHAU24h.COM là đơn vị trung gian cung cấp các dịch vụ: Đặt hàng, Thanh toán Ủy thác, Vận chuyển hàng hóa từ Trung Quốc về Việt Nam,… Với đội ngũ nhân viên trẻ trung, năng động, sáng tạo và tận tâm; QUANGCHAU24H đã và đang hoàn thiện để trở thành đơn vị cung cấp dịch vụ với chất lượng vượt trội, có tiêu chuẩn và bản sắc riêng; hỗ trợ tối đa và đáp ứng nhu cầu ngày càng cao của Đối tác và Khách hàng. Basisinformatie over de Extensie
| Naam | |
| ID | hbfcjnpgpconolaeaanihigggkdbebbh |
| Officiële URL | https://chromewebstore.google.com/detail/qu%E1%BA%A3ng-ch%C3%A2u-24h-%C4%91%E1%BA%B7t-h%C3%A0ng/hbfcjnpgpconolaeaanihigggkdbebbh |
| Beschrijving | Công cụ order sỉ trên quangchau24h.com , nhập hàng cho shop online trở nên đơn giản. |
| Bestandsgrootte | 1.15 MB |
| Aantal Installaties | 73 |
| Huidige Versie | 4.0.2 |
| Laatst Bijgewerkt | 2020-09-04 |
| Publicatiedatum | 2020-09-01 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | AnhLuong |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://quangchau24h.com/ |
| Help Pagina-URL | https://quangchau24h.com/dich-vu-cung-cap-cua-quangchau24h-com.html |
| URL van de Privacybeleid Pagina | https://welups.com/privacy-policy |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Qu\u1ea3ng ch\u00e2u 24h \u0111\u1eb7t h\u00e0ng",
"version": "4.0.2",
"manifest_version": 2,
"description": "C\u00f4ng cu\u0323 order si\u0309 tr\u00ean quangchau24h.com , nh\u1eadp h\u00e0ng cho shop online tr\u1edf n\u00ean \u0111\u01a1n gi\u1ea3n.",
"icons": {
"16": "img\/icon-48.png",
"128": "img\/icon-128.png"
},
"default_locale": "en",
"browser_action": {
"default_icon": {
"32": "img\/icon-48.png",
"48": "img\/icon-48.png"
},
"default_title": "C\u00f4ng cu\u0323 order si\u0309 tr\u00ean quangchau24h.com , nh\u1eadp h\u00e0ng cho shop online tr\u1edf n\u00ean \u0111\u01a1n gi\u1ea3n.",
"default_popup": "popup.html"
},
"omnibox": {
"keyword": "QUANGCHAU24H.COM"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.detail.1688.com\/*",
"*:\/\/item.taobao.com\/*",
"*:\/\/*.alibaba.com\/*",
"*:\/\/detail.tmall.com\/*",
"*:\/\/world.tmall.com\/*"
],
"js": [
"scripts\/jquery-2.2.0.min.js",
"scripts\/quangchau.js"
],
"css": [
"styles\/tkm-styles.css"
],
"run_at": "document_end",
"all_frames": false
}
],
"content_security_policy": "script-src 'self'; object-src 'self'",
"permissions": [
"cookies",
"*:\/\/taobao.com\/*",
"*:\/\/tmall.com\/*",
"*:\/\/1688.com\/*"
]
} | |