AI Stylist

AI Stylist

Что такое AI Stylist?

AI Stylist - это расширение Chrome, разработанное AI Stylist, и его основная функция - "AI Stylist".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения AI Stylist

Скачайте файлы расширений AI Stylist в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название AI Stylist AI Stylist
ID nbbobpgaadhhljllfjfplnljjldobjbg
Официальный URL https://chromewebstore.google.com/detail/ai-stylist/nbbobpgaadhhljllfjfplnljjldobjbg
Описание AI Stylist
Размер файла 343 KB
Количество установок 187
Текущая Версия 1.0.3
Последнее Обновление 2023-01-24
Дата публикации 2022-02-03
Рейтинг 4.50/5 Всего 6 оценок
Разработчик AI Stylist
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://i-stylist.com/privacy/widget-privacy/index.html
URL страницы политики конфиденциальности https://i-stylist.com/privacy/widget-privacy/index.html
Поддерживаемые языки 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"
    }
}