AI Stylist

AI Stylist

Hvad er AI Stylist?

AI Stylist er en Chrome-udvidelse udviklet af AI Stylist, og dens hovedfunktion er "AI Stylist".

Udvidelsesskærmbilleder

screenshot
screenshot

Download AI Stylist-udvidelses-CRX-fil

Download AI Stylist-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn AI Stylist AI Stylist
ID nbbobpgaadhhljllfjfplnljjldobjbg
Officiel URL https://chromewebstore.google.com/detail/ai-stylist/nbbobpgaadhhljllfjfplnljjldobjbg
Beskrivelse AI Stylist
Filstørrelse 343 KB
Antal Installationer 187
Nuværende Version 1.0.3
Senest Opdateret 2023-01-24
Udgivelsesdato 2022-02-03
Bedømmelse 4.50/5 Samlet 6 Bedømmelser
Udvikler AI Stylist
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://i-stylist.com/privacy/widget-privacy/index.html
URL til Fortrolighedspolitik Side https://i-stylist.com/privacy/widget-privacy/index.html
Understøttede Sprog 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"
    }
}