Leonardo: Size Fitting for Apparel & Clothing

Shopping for clothes on Amazon, Next or Ebay? Let us get your size right!

Leonardo: Size Fitting for Apparel & Clothingคืออะไร?

Leonardo: Size Fitting for Apparel & Clothing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Leonardo Extensions และคุณลักษณะหลักของมันคือ "Shopping for clothes on Amazon, Next or Ebay? Let us get your size right!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Leonardo: Size Fitting for Apparel & Clothing

ดาวน์โหลดไฟล์ส่วนขยาย Leonardo: Size Fitting for Apparel & Clothing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ### Last version's release notes: ###
@ Supporting even more stores

Aren't you tired of guessing the right size, when buying clothes online for yourself or your loved ones?  Aren’t you fed up with dealing with a huge variety of different size charts on apparel web pages?

If so, then this extension is for you!

HOW IT WORKS
Leonardo Size Fitting extension automatically searches for a size chart on a clothing product page, analyses it and locates a size, which is closest to your body measurements, so you won’t have to do this yourself for each clothing item you get interested in.

WHAT YOU SHOULD KNOW
•	No sign-up or account creation is required
•	Your measurements are stored ONLY in the local cache of your Chrome browser
•	This extension works best with ADULT or CHILDREN items on AMAZON, NEXT and SHEIN
•	Currently only web pages in English language are supported
•	We only provide size recommendation for clothing items

HOW TO GET STARTED
•	Pin the extension once you've added it to your Chrome browser
•	Click extension's icon and press Activate button
•	Select your profile type (WOMEN / MEN / KIDS) and the units (CM / INCH), in which you prefer to fill your measurements
•	Fill your measurements. Use “i” links to display annotations for how to measure yourself properly
•	Press Update. The extension is now ready to provide size recommendations
•	As soon as an apparel (clothing) product pages is detected, extension’s icon will be lit in blue
•	If the extension is able to provide a size recommendation for the item on the page, a green check mark will appear on extension’s icon and a small popup with a recommended size will be displayed in the top right corner of the screen
•	Use Pause button in case you wish to temporary disable the extension

### ! DISCLAIMER ! ###
The size recommendation provided by the Leonardo Size Fitting extension is a RECOMMENDATION ONLY and does not constitute a purchasing instruction. The publishers of the Leonardo Size Fitting extension are not responsible for any returns or actual size misfits, which may be caused by following extension’s size recommendations.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Leonardo: Size Fitting for Apparel & Clothing Leonardo: Size Fitting for Apparel & Clothing
ID bopjkonidcollbknincfmlkfdoghecfn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/leonardo-size-fitting-for/bopjkonidcollbknincfmlkfdoghecfn
คำอธิบาย Shopping for clothes on Amazon, Next or Ebay? Let us get your size right!
ขนาดไฟล์ 1.95 MB
จำนวนการติดตั้ง 160
เวอร์ชันปัจจุบัน 3.13
อัปเดตครั้งล่าสุด 2023-07-04
วันที่เผยแพร่ 2020-07-07
คะแนน 4.83/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Leonardo Extensions
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.leo-extensions.com/
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/1Weg-1ENzGjN2LD86QXe5tAQ4RVtTZKKu701mTQuL8S8/edit?usp=sharing
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Leonardo: Size Fitting for Apparel & Clothing",
    "version": "3.13",
    "manifest_version": 2,
    "description": "Shopping for clothes on Amazon, Next or Ebay? Let us get your size right!",
    "icons": {
        "19": "icons\/icon19.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "page": "src\/bg\/background.html"
    },
    "browser_action": {
        "default_icon": "icons\/icon19-grey.png",
        "default_title": "Leonardo Size Fitting",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "web_accessible_resources": [
        "*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "",
                "file:\/\/*\/*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/constants.js",
                "src\/inject\/analytics.js",
                "src\/inject\/htmlParser.js",
                "src\/inject\/inject.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "",
                "file:\/\/*\/*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/constants.js",
                "src\/inject\/analytics.js",
                "src\/inject\/htmlParser.js",
                "src\/inject\/injectSub.js"
            ],
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self';"
}