Taobao Order Tool
A order tool for taobao, 1688, tamll express
Taobao Order Toolคืออะไร?
Taobao Order Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย donet.vn และคุณลักษณะหลักของมันคือ "A order tool for taobao, 1688, tamll express"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Taobao Order Tool
ดาวน์โหลดไฟล์ส่วนขยาย Taobao Order Tool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bpgkacnhbjedhfmlbkgdabkioiacgbmp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/taobao-order-tool/bpgkacnhbjedhfmlbkgdabkioiacgbmp |
คำอธิบาย | A order tool for taobao, 1688, tamll express |
ขนาดไฟล์ | 86.43 KB |
จำนวนการติดตั้ง | 25 |
เวอร์ชันปัจจุบัน | 1.2.3 |
อัปเดตครั้งล่าสุด | 2016-05-29 |
วันที่เผยแพร่ | 2016-05-29 |
ผู้พัฒนา | donet.vn |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Taobao Order Tool", "description": "A order tool for taobao, 1688, tamll express", "version": "1.2.3", "page_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "64": "images\/icon_64.png", "128": "images\/icon_128.png" }, "permissions": [ "storage" ], "web_accessible_resources": [ "images\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*.taobao.com\/*", "https:\/\/*.taobao.com\/*", "http:\/\/*.tmall.com\/*", "https:\/\/*.tmall.com\/*", "http:\/\/detail.1688.com\/*", "https:\/\/detail.1688.com\/*", "http:\/\/ordertq.dev\/*", "https:\/\/ordertrungquoc.com.vn\/*" ], "css": [ "\/css\/bootstrap-theme.css", "\/css\/content.css" ], "js": [ "\/js\/jquery-1.11.3.min.js", "\/js\/script.js" ] } ] } |