AI Stylist

AI Stylist

AI Stylist là gì?

AI Stylist là một tiện ích mở rộng Chrome được phát triển bởi AI Stylist, và tính năng chính của nó là "AI Stylist".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AI Stylist

Tải xuống các tệp mở rộng AI Stylist dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AI Stylist AI Stylist
ID nbbobpgaadhhljllfjfplnljjldobjbg
URL Chính Thức https://chromewebstore.google.com/detail/ai-stylist/nbbobpgaadhhljllfjfplnljjldobjbg
Mô tả AI Stylist
Kích Thước Tệp 343 KB
Số Lần Cài Đặt 187
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2023-01-24
Ngày Phát Hành 2022-02-03
Đánh Giá 4.50/5 Tổng số 6 Đánh Giá
Nhà Phát Triển AI Stylist
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://i-stylist.com/privacy/widget-privacy/index.html
URL Trang Chính Sách Bảo Mật https://i-stylist.com/privacy/widget-privacy/index.html
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}