AI Stylist
AI Stylist
AI Stylistคืออะไร?
AI Stylist เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AI Stylist และคุณลักษณะหลักของมันคือ "AI Stylist"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AI Stylist
ดาวน์โหลดไฟล์ส่วนขยาย AI Stylist ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
AI Stylist Virtual Fitting Room is an AI-powered next-gen solution that is based on the largest proprietary data set of human full body 3D scans from 27 countries. You have an opportunity to try-on any product virtually simply by uploading your photo or using a photo of a pre-loaded avatar. Our GAN-based technology will then generate a realistic product fit visualisation on the uploaded photo that you can download if you need. How it works: Just open the context menu on the image with clothes you like, select "AI Stylist" and in the pop-up try-on clothes on the default avatar or create your own by uploading your photo.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | AI Stylist |
ID | nbbobpgaadhhljllfjfplnljjldobjbg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ai-stylist/nbbobpgaadhhljllfjfplnljjldobjbg |
คำอธิบาย | AI Stylist |
ขนาดไฟล์ | 343 KB |
จำนวนการติดตั้ง | 187 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2023-01-24 |
วันที่เผยแพร่ | 2022-02-03 |
คะแนน | 4.50/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | AI Stylist |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://i-stylist.com/privacy/widget-privacy/index.html |
URL หน้านโยบายความเป็นส่วนตัว | https://i-stylist.com/privacy/widget-privacy/index.html |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "AI Stylist", "description": "AI Stylist", "version": "1.0.3", "icons": { "128": "src\/Dress-Me-01-128.png" }, "action": { "default_icon": "src\/Dress-Me-01.png" }, "permissions": [ "contextMenus" ], "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/*\/*" ] } ], "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "background.js" } } |