AI Stylist

AI Stylist

Qu'est-ce que AI Stylist ?

AI Stylist est une extension Chrome développée par AI Stylist, et sa fonction principale est "AI Stylist".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension AI Stylist

Téléchargez les fichiers d'extension AI Stylist au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom AI Stylist AI Stylist
ID nbbobpgaadhhljllfjfplnljjldobjbg
URL Officiel https://chromewebstore.google.com/detail/ai-stylist/nbbobpgaadhhljllfjfplnljjldobjbg
Description AI Stylist
Taille du Fichier 343 KB
Nombre d'Installations 187
Version Actuelle 1.0.3
Dernière Mise à Jour 2023-01-24
Date de Publication 2022-02-03
Évaluation 4.50/5 Total 6 Évaluations
Développeur AI Stylist
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://i-stylist.com/privacy/widget-privacy/index.html
URL de la Page de Politique de Confidentialité https://i-stylist.com/privacy/widget-privacy/index.html
Langues Prises en Charge 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"
    }
}