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 là gì?

ABODY.AI: True Fit Size For Shopping là một tiện ích mở rộng Chrome được phát triển bởi https://abody.ai, và tính năng chính của nó là "Find the perfect fit for any brand with our extension! No more hassle and guesswork when shopping for clothes online!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ABODY.AI: True Fit Size For Shopping

Tải xuống các tệp mở rộng ABODY.AI: True Fit Size For Shopping dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ABODY.AI: True Fit Size For Shopping ABODY.AI: True Fit Size For Shopping
ID cobfpgeggnjajehgdpnmfiikpadmeijh
URL Chính Thức https://chromewebstore.google.com/detail/abodyai-true-fit-size-for/cobfpgeggnjajehgdpnmfiikpadmeijh
Mô tả Find the perfect fit for any brand with our extension! No more hassle and guesswork when shopping for clothes online!
Kích Thước Tệp 8.22 MB
Số Lần Cài Đặt 53
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2023-09-21
Ngày Phát Hành 2023-06-17
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://abody.ai
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.abody.ai
URL Trang Trợ Giúp https://www.abody.ai/contact
URL Trang Chính Sách Bảo Mật https://www.abody.ai/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}