AI Stylist
AI Stylist
Apa itu AI Stylist?
AI Stylist adalah ekstensi Chrome yang dikembangkan oleh AI Stylist, dan fitur utamanya adalah "AI Stylist".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi AI Stylist
Unduh file ekstensi AI Stylist dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | AI Stylist |
ID | nbbobpgaadhhljllfjfplnljjldobjbg |
URL Resmi | https://chromewebstore.google.com/detail/ai-stylist/nbbobpgaadhhljllfjfplnljjldobjbg |
Deskripsi | AI Stylist |
Ukuran File | 343 KB |
Jumlah Instalasi | 187 |
Versi Saat Ini | 1.0.3 |
Terakhir Diperbarui | 2023-01-24 |
Tanggal Publikasi | 2022-02-03 |
Penilaian | 4.50/5 Total 6 Penilaian |
Pengembang | AI Stylist |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://i-stylist.com/privacy/widget-privacy/index.html |
URL Halaman Kebijakan Privasi | https://i-stylist.com/privacy/widget-privacy/index.html |
Bahasa yang Didukung | 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" } } |