nhaphangsi.com
Đặt hàng taobao, tmall, 1688...
O que é nhaphangsi.com?
nhaphangsi.com é uma extensão do Chrome desenvolvida por NhapHangTaoBao, e sua principal característica é "Đặt hàng taobao, tmall, 1688...".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão nhaphangsi.com
Baixe arquivos de extensão nhaphangsi.com 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
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
Informações Básicas da Extensão
Nome | nhaphangsi.com |
ID | cccmocobgmllibhjjmhcbogkggmpkbjn |
URL Oficial | https://chromewebstore.google.com/detail/nhaphangsicom/cccmocobgmllibhjjmhcbogkggmpkbjn |
Descrição | Đặt hàng taobao, tmall, 1688... |
Tamanho do Arquivo | 112 KB |
Contagem de Instalações | 68 |
Versão Atual | 1.13 |
Última Atualização | 2023-03-09 |
Data de Publicação | 2019-03-22 |
Desenvolvedor | NhapHangTaoBao |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://nhaphangsi.com/ |
URL da Página de Ajuda | http://nhaphangsi.com/ |
URL da Página de Política de Privacidade | http://tinphatorder.com/term.html |
Idiomas Suportados | 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" } } |