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!

Wat is ABODY.AI: True Fit Size For Shopping?

ABODY.AI: True Fit Size For Shopping is een Chrome-extensie ontwikkeld door https://abody.ai, en de belangrijkste functie is "Find the perfect fit for any brand with our extension! No more hassle and guesswork when shopping for clothes online!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie ABODY.AI: True Fit Size For Shopping

Download ABODY.AI: True Fit Size For Shopping-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam ABODY.AI: True Fit Size For Shopping ABODY.AI: True Fit Size For Shopping
ID cobfpgeggnjajehgdpnmfiikpadmeijh
Officiële URL https://chromewebstore.google.com/detail/abodyai-true-fit-size-for/cobfpgeggnjajehgdpnmfiikpadmeijh
Beschrijving Find the perfect fit for any brand with our extension! No more hassle and guesswork when shopping for clothes online!
Bestandsgrootte 8.22 MB
Aantal Installaties 53
Huidige Versie 1.0.2
Laatst Bijgewerkt 2023-09-21
Publicatiedatum 2023-06-17
Beoordeling 5.00/5 Totaal 8 Beoordelingen
Ontwikkelaar https://abody.ai
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.abody.ai
Help Pagina-URL https://www.abody.ai/contact
URL van de Privacybeleid Pagina https://www.abody.ai/privacy
Ondersteunde Talen 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"
    }
}