AI Stylist
AI Stylist
Was ist AI Stylist?
AI Stylist ist eine Chrome-Erweiterung, die von AI Stylist entwickelt wurde, und ihr Hauptmerkmal ist "AI Stylist".
Erweiterungsscreenshots
AI Stylist-Erweiterungs-CRX-Datei herunterladen
Laden Sie AI Stylist-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | AI Stylist |
ID | nbbobpgaadhhljllfjfplnljjldobjbg |
Offizielle URL | https://chromewebstore.google.com/detail/ai-stylist/nbbobpgaadhhljllfjfplnljjldobjbg |
Beschreibung | AI Stylist |
Dateigröße | 343 KB |
Installationsanzahl | 187 |
Aktuelle Version | 1.0.3 |
Letztes Update | 2023-01-24 |
Veröffentlichungsdatum | 2022-02-03 |
Bewertung | 4.50/5 Insgesamt 6 Bewertungen |
Entwickler | AI Stylist |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://i-stylist.com/privacy/widget-privacy/index.html |
URL der Datenschutzrichtlinien-Seite | https://i-stylist.com/privacy/widget-privacy/index.html |
Unterstützte Sprachen | 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" } } |