ORDERQC.COM - ĐẶT HÀNG TRÊN TAOBAO 1688 TMALL
Công cụ hỗ trợ khách hàng thêm sản phẩm từ các wesbite 1688.com, tmall.com, taobao.com về hệ thống website, app của Orderqc.com.
¿Qué es ORDERQC.COM - ĐẶT HÀNG TRÊN TAOBAO 1688 TMALL?
ORDERQC.COM - ĐẶT HÀNG TRÊN TAOBAO 1688 TMALL es una extensión de Chrome desarrollada por MDT GROUP, y su función principal es "Công cụ hỗ trợ khách hàng thêm sản phẩm từ các wesbite 1688.com, tmall.com, taobao.com về hệ thống website, app của Orderqc.com.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión ORDERQC.COM - ĐẶT HÀNG TRÊN TAOBAO 1688 TMALL
Descarga archivos de extensión ORDERQC.COM - ĐẶT HÀNG TRÊN TAOBAO 1688 TMALL en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Extension Chrome Cốc Cốc cho khách hàng của Orderqc.com dễ dàng đặt hàng trên Taobao, Tmall và 1688. Liên hệ bộ phận CSKH của Orderqc.com để được hướng dẫn sử dụng.
Información Básica de la Extensión
Nombre | ORDERQC.COM - ĐẶT HÀNG TRÊN TAOBAO 1688 TMALL |
ID | inkakhlnhbkdffpnlfpmbinhmodpjdin |
URL Oficial | https://chromewebstore.google.com/detail/orderqccom-%C4%91%E1%BA%B7t-h%C3%A0ng-tr%C3%AAn/inkakhlnhbkdffpnlfpmbinhmodpjdin |
Descripción | Công cụ hỗ trợ khách hàng thêm sản phẩm từ các wesbite 1688.com, tmall.com, taobao.com về hệ thống website, app của Orderqc.com. |
Tamaño del Archivo | 163 KB |
Cantidad de Instalaciones | 2,010 |
Versión Actual | 6.4 |
Última Actualización | 2024-01-12 |
Fecha de Publicación | 2020-05-07 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | MDT GROUP |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://orderqc.com |
URL de la Página de Política de Privacidad | https://hotro.orderqc.com/chinh-sach-quyen-rieng-tu-luu-tru-va-bao-mat-thong-tin-khach-hang.html |
Idiomas Soportados | vi |
manifest.json | |
{ "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_icon": "images\/logo-origin.png", "default_popup": "popup.html" }, "icons": { "128": "images\/logo-origin.png", "16": "images\/logo-origin.png", "48": "images\/logo-origin.png" }, "content_scripts": [ { "js": [ "js\/jquery.js", "js\/config.js", "js\/script.js", "js\/core\/alibaba.js", "js\/core\/taobao.js", "js\/core\/tmall.js", "js\/keyword.js" ], "css": [ "css\/addon_tool.css" ], "matches": [ "http:\/\/*.taobao.com\/*", "http:\/\/*.tmall.com\/*", "http:\/\/*.1688.com\/*", "http:\/\/*.tmall.hk\/*", "https:\/\/*.taobao.com\/*", "https:\/\/*.tmall.com\/*", "https:\/\/*.1688.com\/*", "https:\/\/*.tmall.hk\/*" ] } ], "description": "C\u00f4ng c\u1ee5 h\u1ed7 tr\u1ee3 kh\u00e1ch h\u00e0ng th\u00eam s\u1ea3n ph\u1ea9m t\u1eeb c\u00e1c wesbite 1688.com, tmall.com, taobao.com v\u1ec1 h\u1ec7 th\u1ed1ng website, app c\u1ee7a Orderqc.com.", "manifest_version": 2, "name": "ORDERQC.COM - \u0110\u1eb6T H\u00c0NG TR\u00caN TAOBAO 1688 TMALL", "permissions": [ "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:\/\/orderqc.com\/*", "http:\/\/orderqc.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "web_accessible_resources": [ "addon_tool.css", "images\/logo-origin.png", "images\/cart-icon.png", "images\/logo-white.png" ], "version": "6.4" } |