Tìm nguồn hàng - Thị Trường Sỉ
Tìm nguồn hàng sỉ của sản phẩm Shopee, Lazada, Tiki, Sendo
Tìm nguồn hàng - Thị Trường Sỉคืออะไร?
Tìm nguồn hàng - Thị Trường Sỉ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://thitruongsi.com และคุณลักษณะหลักของมันคือ "Tìm nguồn hàng sỉ của sản phẩm Shopee, Lazada, Tiki, Sendo"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tìm nguồn hàng - Thị Trường Sỉ
ดาวน์โหลดไฟล์ส่วนขยาย Tìm nguồn hàng - Thị Trường Sỉ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tiện ích hỗ trợ tìm nguồn hàng sỉ để kinh doanh. Giúp bạn tìm kiếm nguồn hàng dễ dàng hơn từ việc truy cập các sàn thương mại điện tử ở Việt Nam như Shopee, Tiki, Lazada, Sendo. Khi xem sản phẩm trên các sàn, tiện ích này sẽ tự động tìm kiếm sản phẩm liên quan với giá sỉ tốt nhất để hiển thị, từ đó giúp nhà bán hàng có thể dễ dàng tìm kiếm nguồn hàng hơn.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bccedffgdcppbplplakgaaoefkcddjfd |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/t%C3%ACm-ngu%E1%BB%93n-h%C3%A0ng-th%E1%BB%8B-tr%C6%B0%E1%BB%9Dng/bccedffgdcppbplplakgaaoefkcddjfd |
คำอธิบาย | Tìm nguồn hàng sỉ của sản phẩm Shopee, Lazada, Tiki, Sendo |
ขนาดไฟล์ | 275 KB |
จำนวนการติดตั้ง | 2,000 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2021-12-14 |
วันที่เผยแพร่ | 2021-09-13 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | http://thitruongsi.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://thitruongsi.com |
URL หน้าช่วยเหลือ | https://thitruongsi.com/pages/ |
URL หน้านโยบายความเป็นส่วนตัว | https://thitruongsi.com/pages/chinh-sach-bao-mat-thong-tin.html |
ภาษาที่รองรับ | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "T\u00ecm ngu\u1ed3n h\u00e0ng s\u1ec9 c\u1ee7a s\u1ea3n ph\u1ea9m Shopee, Lazada, Tiki, Sendo", "version": "1.0.3", "manifest_version": 3, "name": "T\u00ecm ngu\u1ed3n h\u00e0ng - Th\u1ecb Tr\u01b0\u1eddng S\u1ec9", "_options_page": "options.html", "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "_chrome_url_overrides": { "newtab": "newtab.html" }, "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.lazada.vn\/*", "*:\/\/*.shopee.vn\/*", "*:\/\/*.tiki.vn\/*", "*:\/\/*.sendo.vn\/*", "*:\/\/*.thitruongsi.com\/*" ], "js": [ "contentScript.bundle.js" ], "css": [ "content.styles.css" ], "run_at": "document_end" } ], "devtools_page": "devtools.html", "web_accessible_resources": [ { "resources": [ "content.styles.css", "icon-128.png", "icon-34.png", "have-better-prices-tag.png", "contentScript.bundle.js" ], "matches": [] } ], "permissions": [ "webNavigation", "storage", "identity" ] } |