haiphongorder.com
Đặt hàng taobao, tmall, 1688...
haiphongorder.comคืออะไร?
haiphongorder.com เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.haiphongorder.com และคุณลักษณะหลักของมันคือ "Đặt hàng taobao, tmall, 1688..."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย haiphongorder.com
ดาวน์โหลดไฟล์ส่วนขยาย haiphongorder.com ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tiện ích đặt hàng trực tiếp trên Taobao.com, 1688.com,... 1) Cho phép khách hàng chọn hàng trực quan trên website thương mại nước ngoài. 2) Quản lý tự động và tự gom hàng cùng shop (cùng người bán), giao diện giỏ hàng thân thiện bằng tiếng Việt 3) Cho phép khách hàng quản lý đơn hàng tài chính trực tuyến tại bất cứ đâu. 4) Cập nhật tình trạng mua hàng cho khách hàng, kiểm tra tình trạng hàng trực tuyến 24/7. Website: www.order.nhanh.re - www.haiphongorder.com
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | haiphongorder.com |
ID | nablgpalkaodgdhicfnabdpehpmihaae |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/haiphongordercom/nablgpalkaodgdhicfnabdpehpmihaae |
คำอธิบาย | Đặt hàng taobao, tmall, 1688... |
ขนาดไฟล์ | 134 KB |
จำนวนการติดตั้ง | 286 |
เวอร์ชันปัจจุบัน | 3.8 |
อัปเดตครั้งล่าสุด | 2023-02-13 |
วันที่เผยแพร่ | 2020-04-13 |
คะแนน | 4.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | https://www.haiphongorder.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.haiphongorder.com |
URL หน้าช่วยเหลือ | https://www.facebook.com/linhnhu.nguyentran |
URL หน้านโยบายความเป็นส่วนตัว | http://haiphongorder.com?module=news_detail&id=90 |
ภาษาที่รองรับ | vi |
manifest.json | |
{ "name": "haiphongorder.com", "version": "3.8", "manifest_version": 2, "description": "\u0110\u1eb7t h\u00e0ng taobao, tmall, 1688...", "icons": { "16": "icon.png", "128": "icon.png" }, "content_scripts": [ { "js": [ "includes\/jquery-latest.js", "includes\/haiphongorder.js" ], "css": [ "includes\/style.css" ], "matches": [ "https:\/\/*.tmall.com\/*", "https:\/\/*.tmall.hk\/*", "https:\/\/*.taobao.com\/*", "https:\/\/*.1688.com\/*", "https:\/\/*.hm.com\/*", "https:\/\/*.hm.cn\/*", "https:\/\/*.hm.com.cn\/*", "https:\/\/*.zara.cn\/*", "https:\/\/*.zara.com\/*", "https:\/\/*.forever21.cn\/*", "http:\/\/*.forever21.cn\/*", "https:\/\/*.mango.com\/*", "https:\/\/shop.mango.com\/*", "https:\/\/*.pullandbear.cn\/*", "https:\/\/*.bershka.cn\/*", "https:\/\/*.lazada.com\/*", "https:\/\/*.ebay.com\/*", "https:\/\/*.alitaobao.vn\/*", "https:\/\/*.adayroi.com\/*", "https:\/\/*.sendo.vn\/*", "https:\/\/*.tiki.vn\/*", "https:\/\/*.facebook.com\/*", "https:\/\/*.aliprice.com\/*", "https:\/\/*.google.com\/*" ] } ], "background": { "persistent": false, "scripts": [ "background.js" ] }, "permissions": [ "https:\/\/haiphongorder.com\/*", "contextMenus", "http:\/\/haiphongorder.com\/*", "https:\/\/*.tmall.com\/*", "https:\/\/*.tmall.hk\/*", "https:\/\/*.taobao.com\/*", "https:\/\/*.1688.com\/*", "https:\/\/*.hm.com\/*", "https:\/\/*.hm.cn\/*", "https:\/\/*.hm.com.cn\/*", "https:\/\/*.zara.cn\/*", "https:\/\/*.zara.com\/*", "https:\/\/*.forever21.cn\/*", "http:\/\/*.forever21.cn\/*", "https:\/\/*.mango.com\/*", "https:\/\/shop.mango.com\/*", "https:\/\/*.pullandbear.cn\/*", "https:\/\/*.bershka.cn\/*", "https:\/\/*.lazada.com\/*", "https:\/\/*.ebay.com\/*", "https:\/\/*.alitaobao.vn\/*", "https:\/\/*.adayroi.com\/*", "https:\/\/*.sendo.vn\/*", "https:\/\/*.tiki.vn\/*", "https:\/\/*.facebook.com\/*", "https:\/\/*.aliprice.com\/*", "https:\/\/*.google.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_title": "", "default_icon": "icon.png" } } |