AI Stylist
AI Stylist
AI Stylist란 무엇입니까?
AI Stylist은(는) AI Stylist에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "AI Stylist"입니다.
확장 프로그램 스크린샷
AI Stylist 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" } } |