Search Shein by image
Simple extension to find Shein products by image or by code.
Search Shein by imageคืออะไร?
Search Shein by image เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://visualfashionfinder.com และคุณลักษณะหลักของมันคือ "Simple extension to find Shein products by image or by code."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Search Shein by image
ดาวน์โหลดไฟล์ส่วนขยาย Search Shein by image ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This simple tool will help you to easily search on Shein by image. To search by image you just have to right click on any picture you find online (for example on ASOS, on Zalando, AliExpress, Zara…) and click on “Search on Shein”. You can also upload the image to our website and get the results instantly. Now you can easily find cloths on Shein by image. If you want to search other stores such as ASOS, AliExpress,... go over to the webiste.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Search Shein by image |
ID | abmlahmommonnmpmjadpcodmfhkpllhg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/search-shein-by-image/abmlahmommonnmpmjadpcodmfhkpllhg |
คำอธิบาย | Simple extension to find Shein products by image or by code. |
ขนาดไฟล์ | 125 KB |
จำนวนการติดตั้ง | 879 |
เวอร์ชันปัจจุบัน | 0.9 |
อัปเดตครั้งล่าสุด | 2023-08-14 |
วันที่เผยแพร่ | 2021-10-30 |
คะแนน | 4.50/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | https://visualfashionfinder.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://www.visualfashionfinder.com/terms-and-conditions |
URL หน้านโยบายความเป็นส่วนตัว | https://fashiondiscounts.today/privacy_policy.php |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Search Shein by image", "description": "Simple extension to find Shein products by image or by code.", "version": "0.9", "short_name": "Fashion Search", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "status.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-3.4.0.slim.min.js", "main.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "background.js" ] }, "permissions": [ "contextMenus" ] } |