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
What is Nguồn hàng Tao bao?
Nguồn hàng Tao bao is a Chrome extension developed by https://nguonhangtaobao.vn, and its main feature is "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".
Extension Screenshots
Download Nguồn hàng Tao bao Extension CRX File
Download Nguồn hàng Tao bao extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Nguồn hàng Tao bao |
ID | bgbginncjmpghglgknmlcdpljmjcknbl |
Official URL | https://chromewebstore.google.com/detail/ngu%E1%BB%93n-h%C3%A0ng-tao-bao/bgbginncjmpghglgknmlcdpljmjcknbl |
Description | 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 |
File Size | 89.42 KB |
Installation Count | 31 |
Current Version | 2.3.7 |
Last Updated | 2021-11-16 |
Publish Date | 2020-05-12 |
Developer | https://nguonhangtaobao.vn |
[email protected] | |
Payment Type | free |
Extension Website | https://nguonhangtaobao.vn/ |
Privacy Policy Page URL | https://thietkewebos.com/privacy-policy.html |
Supported Languages | 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" } |