AI Stylist
AI Stylist
ما هو AI Stylist؟
AI Stylist هو إضافة Chrome تم تطويرها بواسطة AI Stylist، والميزة الرئيسية لها هي "AI Stylist".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة AI Stylist
قم بتنزيل ملفات الامتداد AI Stylist بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة سياسة الخصوصية | 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" } } |