nhaphangsi.com
Đặt hàng taobao, tmall, 1688...
¿Qué es nhaphangsi.com?
nhaphangsi.com es una extensión de Chrome desarrollada por NhapHangTaoBao, y su función principal es "Đặt hàng taobao, tmall, 1688...".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión nhaphangsi.com
Descarga archivos de extensión nhaphangsi.com 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
Nhập hàng sỉ, Chuyên nhập hàng taobao, tmall, 1688... Từ trang chi tiết của taobao, 1688, khách hàng có thểm thêm sản phẩm vào giỏ hàng, sau đặt hàng, Chúng tôi sẽ đặt hàng giúp bạn Version mới update lại addon để thêm được sản phẩm 1688 trên giao diện mới
Información Básica de la Extensión
Nombre | nhaphangsi.com |
ID | cccmocobgmllibhjjmhcbogkggmpkbjn |
URL Oficial | https://chromewebstore.google.com/detail/nhaphangsicom/cccmocobgmllibhjjmhcbogkggmpkbjn |
Descripción | Đặt hàng taobao, tmall, 1688... |
Tamaño del Archivo | 112 KB |
Cantidad de Instalaciones | 68 |
Versión Actual | 1.13 |
Última Actualización | 2023-03-09 |
Fecha de Publicación | 2019-03-22 |
Desarrollador | NhapHangTaoBao |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://nhaphangsi.com/ |
URL de la Página de Ayuda | http://nhaphangsi.com/ |
URL de la Página de Política de Privacidad | http://tinphatorder.com/term.html |
Idiomas Soportados | vi |
manifest.json | |
{ "name": "nhaphangsi.com", "version": "1.13", "manifest_version": 2, "description": "\u0110\u1eb7t h\u00e0ng taobao, tmall, 1688...", "icons": { "16": "icon.png", "128": "icon.png" }, "content_scripts": [ { "js": [ "jquery.js", "nhaphangsi.js", "config.js" ], "matches": [ "https:\/\/*.tmall.com\/*", "https:\/\/*.tmall.hk\/*", "https:\/\/*.taobao.com\/*", "https:\/\/*.yao.95095.com\/*", "https:\/\/*.1688.com\/*", "https:\/\/*.hm.com\/*", "https:\/\/*.hm.cn\/*", "https:\/\/*.zara.cn\/*", "https:\/\/*.zara.com\/*", "https:\/\/*.jd.com\/*" ] } ], "background": { "page": "background.html", "persistent": true }, "permissions": [ "https:\/\/nhaphangsi.com\/*", "https:\/\/*.tmall.hk\/*", "http:\/\/nhaphangsi.com\/*", "https:\/\/*.tmall.com\/*", "https:\/\/*.taobao.com\/*", "https:\/\/*.1688.com\/*", "https:\/\/*.hm.com\/*", "https:\/\/*.hm.cn\/*", "https:\/\/*.zara.cn\/*", "https:\/\/*.yao.95095.com\/*", "https:\/\/*.zara.com\/*", "https:\/\/*.jd.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_title": "", "default_icon": "icon.png" } } |