AI Stylist
AI Stylist
Cos'è AI Stylist?
AI Stylist è un'estensione di Chrome sviluppata da AI Stylist, e la sua funzione principale è "AI Stylist".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AI Stylist
Scarica i file di estensione AI Stylist in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | nbbobpgaadhhljllfjfplnljjldobjbg |
| URL Ufficiale | https://chromewebstore.google.com/detail/ai-stylist/nbbobpgaadhhljllfjfplnljjldobjbg |
| Descrizione | AI Stylist |
| Dimensione del File | 343 KB |
| Conteggio Installazioni | 187 |
| Versione Corrente | 1.0.3 |
| Ultimo Aggiornamento | 2023-01-24 |
| Data di Pubblicazione | 2022-02-03 |
| Valutazione | 4.50/5 Totale 6 Valutazioni |
| Sviluppatore | AI Stylist |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://i-stylist.com/privacy/widget-privacy/index.html |
| URL della Pagina della Politica sulla Privacy | https://i-stylist.com/privacy/widget-privacy/index.html |
| Lingue Supportate | 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"
}
} | |