ABODY.AI: True Fit Size For Shopping

Find the perfect fit for any brand with our extension! No more hassle and guesswork when shopping for clothes online!

ما هو ABODY.AI: True Fit Size For Shopping؟

ABODY.AI: True Fit Size For Shopping هو إضافة Chrome تم تطويرها بواسطة https://abody.ai، والميزة الرئيسية لها هي "Find the perfect fit for any brand with our extension! No more hassle and guesswork when shopping for clothes online!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة ABODY.AI: True Fit Size For Shopping

قم بتنزيل ملفات الامتداد ABODY.AI: True Fit Size For Shopping بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        With Abody.ai extension, you can find your ideal size for any clothing item in seconds. Just let our smart technology scan the size chart and match it with your body measurements. You’ll never have to waste time and energy comparing different sizes again.

======== WHY YOU’LL LOVE IT? ========

• This extension syncs with your Abody.ai app account, where you can store your accurate body measurements taken by our AI-powered camera. Don’t have an account yet? No problem, you can still use this extension. 

• This extension helps you find your perfect fit for ADULT or CHILDREN items on popular sites like AMAZON, ASOS, SHEIN...

• This extension supports web pages in English language and we’re working hard to add more languages soon.

======== FAQs ========

1. Do I need an account to use the extension?
- This extension works without an account, but you can also sign in with your Abody.ai account if you have one. This way, you can use your measurements from Abody.ai without entering them again on the extension.

2. What is Abody.ai app?
- Abody.ai app is a body measurement app that uses the camera on your mobile device to capture your exact measurements and help you find your perfect clothing size on various websites. It also tracks your body shape, BMI, body fat, BMR and TDEE over time. The app is available on Google Play Store, Apple AppStore.

3. Where are my measurements stored in this extension?
- The extension keeps your measurements safe and private in your Chrome browser’s local cache.

4. Who is this extension suitable for?
- With this extension, you can discover the best size for you or your kids on top websites like AMAZON, ASOS, SHEIN…

5. What clothes can this extension find the size on?
- This extension works with a wide range of clothes, from T-shirts and sweaters to jeans and pants. You can use it for any clothing category that Amazon offers. It will help you find the right size for any item you want.

6. Why does this extension only support 3 websites Amazon, Asos and Shein?
- Our first goal is to support the top three fashion ecommerce websites in the world, but we are working hard to expand our list of compatible websites soon.

======== HOW IT WORKS ========

To use this extension, just follow these simple steps:

Step 1: Sync your measurements from the Abody.ai app or manually input your body measurements.

Step 2: Enjoy shopping for clothes on popular websites like Amazon, Asos, Shein… and let the extension find your perfect size.

======== DISCLAIMER ========
The Abody.ai extension gives you a suggested size based on your measurements and the size chart of the website. It is not a guarantee that the size will fit you perfectly. You are still responsible for your own purchases and returns. The Abody.ai extension is not liable for any errors or issues that may arise from using its size recommendations.                    

معلومات أساسية عن التمديد

الاسم ABODY.AI: True Fit Size For Shopping ABODY.AI: True Fit Size For Shopping
ID cobfpgeggnjajehgdpnmfiikpadmeijh
عنوان URL الرسمي https://chromewebstore.google.com/detail/abodyai-true-fit-size-for/cobfpgeggnjajehgdpnmfiikpadmeijh
الوصف Find the perfect fit for any brand with our extension! No more hassle and guesswork when shopping for clothes online!
حجم الملف 8.22 MB
عدد التثبيتات 53
النسخة الحالية 1.0.2
آخر تحديث 2023-09-21
تاريخ النشر 2023-06-17
تقييم 5.00/5 مجموع تقييمات 8
المطور https://abody.ai
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.abody.ai
عنوان صفحة المساعدة https://www.abody.ai/contact
عنوان صفحة سياسة الخصوصية https://www.abody.ai/privacy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ABODY.AI: True Fit Size For Shopping",
    "description": "Find the perfect fit for any brand with our extension!\nNo more hassle and guesswork when shopping for clothes online!",
    "version": "1.0.2",
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';",
        "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": "\/icons\/19.png"
    },
    "icons": {
        "19": "\/icons\/19.png",
        "48": "\/icons\/50.png",
        "128": "\/icons\/128.png"
    },
    "permissions": [
        "storage",
        "scripting",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_globs": [
                "*:\/\/*.google.com\/*",
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.twitter.com\/*",
                "*:\/\/*.apple.com\/*",
                "*:\/\/*.microsoft.com\/*"
            ],
            "js": [
                "\/js\/jquery\/jquery_newest.min.js",
                "\/inject\/contentSub.js",
                "\/inject\/contentMain.js"
            ],
            "all_frames": false,
            "match_origin_as_fallback": false,
            "match_about_blank": false,
            "run_at": "document_idle",
            "world": "ISOLATED"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "mini\/minipopup.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    }
}