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은(는) https://abody.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find the perfect fit for any brand with our extension! No more hassle and guesswork when shopping for clothes online!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

ABODY.AI: True Fit Size For Shopping 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 URL https://www.abody.ai/contact
개인정보 보호 정책 페이지 URL 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"
    }
}