Công Cụ Đặt Hàng Của Star Express
Cho phép bạn đặt hàng, nhận báo giá trực tuyến tại các website thương mại điện tử như 1688, tmall, taobao, aliexpress.
Công Cụ Đặt Hàng Của Star Expressคืออะไร?
Công Cụ Đặt Hàng Của Star Express เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nhaphangtrungquoc3 และคุณลักษณะหลักของมันคือ "Cho phép bạn đặt hàng, nhận báo giá trực tuyến tại các website thương mại điện tử như 1688, tmall, taobao, aliexpress."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Công Cụ Đặt Hàng Của Star Express
ดาวน์โหลดไฟล์ส่วนขยาย Công Cụ Đặt Hàng Của Star Express ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Công cụ hỗ trợ đặt hàng trực tuyến của Star Express trên trình duyệt Chrome & Cờ rôm+ là công cụ hỗ trợ giúp khách hàng có thể đặt hàng trực tuyến hàng triệu sản phẩm phong phú dễ dàng hơn từ những website Thương Mại Điện Tử lớn của TQ như: taobao.com, tmall.com và 1688.com.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Công Cụ Đặt Hàng Của Star Express |
ID | elooonaegcbkefnekckegephjeobmbek |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/c%C3%B4ng-c%E1%BB%A5-%C4%91%E1%BA%B7t-h%C3%A0ng-c%E1%BB%A7a-star/elooonaegcbkefnekckegephjeobmbek |
คำอธิบาย | Cho phép bạn đặt hàng, nhận báo giá trực tuyến tại các website thương mại điện tử như 1688, tmall, taobao, aliexpress. |
ขนาดไฟล์ | 380 KB |
จำนวนการติดตั้ง | 19 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2018-12-20 |
วันที่เผยแพร่ | 2018-12-19 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | nhaphangtrungquoc3 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://starexpress.com.vn/ |
URL หน้าช่วยเหลือ | http://starexpress.com.vn/chuyen-muc/chinh-sach/chinh-sach-khieu-nai |
URL หน้านโยบายความเป็นส่วนตัว | http://daiphonglogistics.com/term.html |
ภาษาที่รองรับ | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_icon": "images\/icon-128.png", "default_popup": "popup.html" }, "content_scripts": [ { "css": [ "css\/font-awesome.css" ], "js": [ "js\/jquery.js", "js\/test.js", "js\/md5.min.js", "js\/config.js", "js\/script.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\/web_service_config.js", "js\/web_service_script.js" ], "matches": [ "https:\/\/starexpress.com.vn\/*", "http:\/\/starexpress.com.vn\/*" ] } ], "content_security_policy": "script-src 'self' https:\/\/starexpress.com.vn\/*; object-src 'self'", "description": "Cho ph\u00e9p b\u1ea1n \u0111\u1eb7t h\u00e0ng, nh\u1eadn b\u00e1o gi\u00e1 tr\u1ef1c tuy\u1ebfn t\u1ea1i c\u00e1c website th\u01b0\u01a1ng m\u1ea1i \u0111i\u1ec7n t\u1eed nh\u01b0 1688, tmall, taobao, aliexpress.", "icons": { "128": "images\/icon-128.png", "16": "images\/icon-16.png", "48": "images\/icon-48.png" }, "manifest_version": 2, "name": "C\u00f4ng C\u1ee5 \u0110\u1eb7t H\u00e0ng C\u1ee7a Star Express", "short_name": "Star Express", "options_page": "options.html", "permissions": [ "http:\/\/*.taobao.com\/*", "https:\/\/*.taobao.com\/*", "http:\/\/*.1688.com\/*", "https:\/\/*.1688.com\/*", "http:\/\/*.tmall.com\/*", "https:\/\/*.tmall.com\/*", "http:\/\/*.tmall.hk\/*", "https:\/\/*.tmall.hk\/*", "https:\/\/starexpress.com.vn\/*", "http:\/\/starexpress.com.vn\/*", "storage", "tabs" ], "version": "1.3", "web_accessible_resources": [ "images\/*", "template\/*", "css\/*" ] } |