AI Stylist

AI Stylist

Vad är AI Stylist?

AI Stylist är en Chrome-tillägg utvecklad av AI Stylist, och dess huvudfunktion är "AI Stylist".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner AI Stylist-förlängningens CRX-fil

Ladda ner AI Stylist-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn AI Stylist AI Stylist
ID nbbobpgaadhhljllfjfplnljjldobjbg
Officiell webbadress https://chromewebstore.google.com/detail/ai-stylist/nbbobpgaadhhljllfjfplnljjldobjbg
Beskrivning AI Stylist
Filstorlek 343 KB
Antal Installationer 187
Aktuell Version 1.0.3
Senast Uppdaterad 2023-01-24
Publiceringsdatum 2022-02-03
Betyg 4.50/5 Totalt 6 Betyg
Utvecklare AI Stylist
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://i-stylist.com/privacy/widget-privacy/index.html
URL till Sekretesspolicy Sidan https://i-stylist.com/privacy/widget-privacy/index.html
Stödda Språk 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"
    }
}