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!

O que é ABODY.AI: True Fit Size For Shopping?

ABODY.AI: True Fit Size For Shopping é uma extensão do Chrome desenvolvida por https://abody.ai, e sua principal característica é "Find the perfect fit for any brand with our extension! No more hassle and guesswork when shopping for clothes online!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão ABODY.AI: True Fit Size For Shopping

Baixe arquivos de extensão ABODY.AI: True Fit Size For Shopping no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome ABODY.AI: True Fit Size For Shopping ABODY.AI: True Fit Size For Shopping
ID cobfpgeggnjajehgdpnmfiikpadmeijh
URL Oficial https://chromewebstore.google.com/detail/abodyai-true-fit-size-for/cobfpgeggnjajehgdpnmfiikpadmeijh
Descrição Find the perfect fit for any brand with our extension! No more hassle and guesswork when shopping for clothes online!
Tamanho do Arquivo 8.22 MB
Contagem de Instalações 53
Versão Atual 1.0.2
Última Atualização 2023-09-21
Data de Publicação 2023-06-17
Classificação 5.00/5 Total de 8 Avaliações
Desenvolvedor https://abody.ai
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.abody.ai
URL da Página de Ajuda https://www.abody.ai/contact
URL da Página de Política de Privacidade https://www.abody.ai/privacy
Idiomas Suportados 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"
    }
}