AI Stylist
AI Stylist
O que é AI Stylist?
AI Stylist é uma extensão do Chrome desenvolvida por AI Stylist, e sua principal característica é "AI Stylist".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão AI Stylist
Baixe arquivos de extensão AI Stylist no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | AI Stylist |
ID | nbbobpgaadhhljllfjfplnljjldobjbg |
URL Oficial | https://chromewebstore.google.com/detail/ai-stylist/nbbobpgaadhhljllfjfplnljjldobjbg |
Descrição | AI Stylist |
Tamanho do Arquivo | 343 KB |
Contagem de Instalações | 187 |
Versão Atual | 1.0.3 |
Última Atualização | 2023-01-24 |
Data de Publicação | 2022-02-03 |
Classificação | 4.50/5 Total de 6 Avaliações |
Desenvolvedor | AI Stylist |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://i-stylist.com/privacy/widget-privacy/index.html |
URL da Página de Política de Privacidade | https://i-stylist.com/privacy/widget-privacy/index.html |
Idiomas Suportados | 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" } } |