Nguồn hàng Tao bao
Addon hỗ trợ chọn sản phẩm khi mua hàng trực tuyến tại website taobao.com,tmall.com và 1688.com
O que é Nguồn hàng Tao bao?
Nguồn hàng Tao bao é uma extensão do Chrome desenvolvida por https://nguonhangtaobao.vn, e sua principal característica é "Addon hỗ trợ chọn sản phẩm khi mua hàng trực tuyến tại website taobao.com,tmall.com và 1688.com".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Nguồn hàng Tao bao
Baixe arquivos de extensão Nguồn hàng Tao bao 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
Addon - Nguồn hàng Tao bao This is a tool to support online import, create orders directly on taobao.com, 1688.com, tmall.com to help make cheap Chinese orders, create orders anytime, anywhere
Informações Básicas da Extensão
Nome | Nguồn hàng Tao bao |
ID | bgbginncjmpghglgknmlcdpljmjcknbl |
URL Oficial | https://chromewebstore.google.com/detail/ngu%E1%BB%93n-h%C3%A0ng-tao-bao/bgbginncjmpghglgknmlcdpljmjcknbl |
Descrição | Addon hỗ trợ chọn sản phẩm khi mua hàng trực tuyến tại website taobao.com,tmall.com và 1688.com |
Tamanho do Arquivo | 89.42 KB |
Contagem de Instalações | 31 |
Versão Atual | 2.3.7 |
Última Atualização | 2021-11-16 |
Data de Publicação | 2020-05-12 |
Desenvolvedor | https://nguonhangtaobao.vn |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://nguonhangtaobao.vn/ |
URL da Página de Política de Privacidade | https://thietkewebos.com/privacy-policy.html |
Idiomas Suportados | vi |
manifest.json | |
{ "manifest_version": 2, "name": "Ngu\u1ed3n h\u00e0ng Tao bao", "short_name": "nguonhangtaobao.vn", "description": "Addon h\u1ed7 tr\u1ee3 ch\u1ecdn s\u1ea3n ph\u1ea9m khi mua h\u00e0ng tr\u1ef1c tuy\u1ebfn t\u1ea1i website taobao.com,tmall.com v\u00e0 1688.com", "version": "2.3.7", "browser_action": { "default_icon": "images\/icon.png", "default_title": "Ti\u1ec7n \u00edch l\u00ean \u0111\u01a1n h\u00e0ng c\u1ee7a nguonhangtaobao.vn tr\u00ean taobao, tmall, 1688", "default_popup": "popup.html" }, "icons": { "128": "images\/icon.png" }, "background": { "scripts": [ "js\/background.min.js" ], "persistent": false }, "permissions": [ "storage", "notifications", "https:\/\/nguonhangtaobao.vn\/*", "https:\/\/2.taobao.com\/item.htm" ], "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/*.nguonhangtaobao.vn\/*", "http:\/\/*.taobao.com\/*", "https:\/\/*.taobao.com\/*", "http:\/\/*.tmall.com\/*", "https:\/\/*.tmall.com\/*", "https:\/\/*.tmall.hk\/*", "https:\/\/*.jd.com\/*", "https:\/\/*.jd.hk\/*", "http:\/\/detail.1688.com\/*", "https:\/\/detail.1688.com\/*", "http:\/\/item.1688.com\/*", "https:\/\/item.1688.com\/*", "http:\/\/item.jd.com\/*", "https:\/\/item.jd.com\/*", "https:\/\/item.jd.hk\/*" ], "js": [ "js\/app.min.js" ], "css": [ "css\/styles.min.css" ] } ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |