Công Cụ Đặt Hàng - TaoBaoDaNang.Com
Công cụ đặt hàng trên các trang 1688, Taobao, Tmall của TaoBaoDaNang.Com
Công Cụ Đặt Hàng - TaoBaoDaNang.Comคืออะไร?
Công Cụ Đặt Hàng - TaoBaoDaNang.Com เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Công cụ đặt hàng trên các trang 1688, Taobao, Tmall của TaoBaoDaNang.Com"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Công Cụ Đặt Hàng - TaoBaoDaNang.Com
ดาวน์โหลดไฟล์ส่วนขยาย Công Cụ Đặt Hàng - TaoBaoDaNang.Com ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
TaoBaoDaNang là công ty chuyên cung cấp các dịch vụ đặt hàng sỉ và vận chuyển hàng về Đà Nẵng trên: taobao.com, tmaill.com, 1688.com
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Công Cụ Đặt Hàng - TaoBaoDaNang.Com |
ID | ndphngghkckfnhpgjghgmecfkhkkpklj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/c%C3%B4ng-c%E1%BB%A5-%C4%91%E1%BA%B7t-h%C3%A0ng-taobaoda/ndphngghkckfnhpgjghgmecfkhkkpklj |
คำอธิบาย | Công cụ đặt hàng trên các trang 1688, Taobao, Tmall của TaoBaoDaNang.Com |
ขนาดไฟล์ | 87.53 KB |
จำนวนการติดตั้ง | 1,000 |
เวอร์ชันปัจจุบัน | 2.2 |
อัปเดตครั้งล่าสุด | 2020-06-06 |
วันที่เผยแพร่ | 2020-06-06 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://taobaodanang.com |
ภาษาที่รองรับ | vi |
manifest.json | |
{ "background": { "page": "background.html" }, "browser_action": { "default_icon": "images\/logo.png", "default_title": "C\u00f4ng C\u1ee5 \u0110\u1eb7t H\u00e0ng - TaoBaoDaNang.Com" }, "content_scripts": [ { "css": [ "css\/style.css" ], "exclude_matches": [ "https:\/\/daixiao.1688.com\/*", "http:\/\/daixiao.1688.com\/*" ], "js": [ "js\/jquery-2.2.3.min.js", "js\/bootstrap.min.js", "js\/tools.js", "js\/config.js", "js\/app.js" ], "matches": [ "http:\/\/*.taobao.com\/*", "https:\/\/*.taobao.com\/*", "http:\/\/*.1688.com\/*", "https:\/\/*.1688.com\/*", "http:\/\/*.tmall.com\/*", "https:\/\/*.tmall.com\/*", "http:\/\/*.tmall.hk\/*", "https:\/\/*.tmall.hk\/*" ] }, { "js": [ "js\/taobao.js" ], "matches": [ "http:\/\/*.taobao.com\/*", "https:\/\/*.taobao.com\/*" ] }, { "js": [ "js\/tmall.js" ], "matches": [ "http:\/\/*.tmall.com\/*", "https:\/\/*.tmall.com\/*", "http:\/\/*.tmall.hk\/*", "https:\/\/*.tmall.hk\/*", "http:\/\/detail.tmall.com\/*", "https:\/\/detail.tmall.com\/*", "http:\/\/world.tmall.com\/*", "https:\/\/*.world.tmall.com\/*" ] }, { "js": [ "js\/1688.js" ], "matches": [ "http:\/\/*.1688.com\/*", "https:\/\/*.1688.com\/*" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng tr\u00ean c\u00e1c trang 1688, Taobao, Tmall c\u1ee7a TaoBaoDaNang.Com", "icons": { "48": "images\/logo.png" }, "incognito": "split", "manifest_version": 2, "name": "C\u00f4ng C\u1ee5 \u0110\u1eb7t H\u00e0ng - TaoBaoDaNang.Com", "permissions": [ "http:\/\/*.dathangtaobaodanang.com\/*", "https:\/\/*.dathangtaobaodanang.com\/*", "https:\/\/*.taobao.com\/*", "http:\/\/*.taobao.com\/*", "https:\/\/*.1688.com\/*", "http:\/\/*.1688.com\/*", "https:\/\/*.tmall.com\/*", "http:\/\/*.tmall.com\/*", "http:\/\/*.hm.com\/*", "https:\/\/*.tmall.hk\/*", "http:\/\/*.tmall.hk\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.2", "web_accessible_resources": [ "images\/*", "css\/*", "template\/*" ] } |