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
Nguồn hàng Tao baoคืออะไร?
Nguồn hàng Tao bao เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://nguonhangtaobao.vn และคุณลักษณะหลักของมันคือ "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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Nguồn hàng Tao bao
ดาวน์โหลดไฟล์ส่วนขยาย Nguồn hàng Tao bao ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Nguồn hàng Tao bao |
ID | bgbginncjmpghglgknmlcdpljmjcknbl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ngu%E1%BB%93n-h%C3%A0ng-tao-bao/bgbginncjmpghglgknmlcdpljmjcknbl |
คำอธิบาย | 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 |
ขนาดไฟล์ | 89.42 KB |
จำนวนการติดตั้ง | 31 |
เวอร์ชันปัจจุบัน | 2.3.7 |
อัปเดตครั้งล่าสุด | 2021-11-16 |
วันที่เผยแพร่ | 2020-05-12 |
ผู้พัฒนา | https://nguonhangtaobao.vn |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://nguonhangtaobao.vn/ |
URL หน้านโยบายความเป็นส่วนตัว | https://thietkewebos.com/privacy-policy.html |
ภาษาที่รองรับ | 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" } |