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.
O que é Quảng châu 24h đặt hàng?
Quảng châu 24h đặt hàng é uma extensão do Chrome desenvolvida por AnhLuong, e sua principal característica é "Công cụ order sỉ trên quangchau24h.com , nhập hàng cho shop online trở nên đơn giản.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Quảng châu 24h đặt hàng
Baixe arquivos de extensão Quảng châu 24h đặt hàng no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Quảng châu 24h đặt hàng |
ID | hbfcjnpgpconolaeaanihigggkdbebbh |
URL Oficial | https://chromewebstore.google.com/detail/qu%E1%BA%A3ng-ch%C3%A2u-24h-%C4%91%E1%BA%B7t-h%C3%A0ng/hbfcjnpgpconolaeaanihigggkdbebbh |
Descrição | Công cụ order sỉ trên quangchau24h.com , nhập hàng cho shop online trở nên đơn giản. |
Tamanho do Arquivo | 1.15 MB |
Contagem de Instalações | 73 |
Versão Atual | 4.0.2 |
Última Atualização | 2020-09-04 |
Data de Publicação | 2020-09-01 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | AnhLuong |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://quangchau24h.com/ |
URL da Página de Ajuda | https://quangchau24h.com/dich-vu-cung-cap-cua-quangchau24h-com.html |
URL da Página de Política de Privacidade | https://welups.com/privacy-policy |
Idiomas Suportados | 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\/*" ] } |