SizeAssistant

Easily find your perfect sizing in Shein and soon in more stores

SizeAssistant क्या है?

SizeAssistant AlixBlog द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily find your perfect sizing in Shein and soon in more stores"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SizeAssistant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension will recommend the best size for you when browsing clothes on Shein.

Simply add your measurements once and SizeAssistant will take care of the rest. When your size has been found, click on the purple check mark to open a handy size chart that visually showcases how your unique measurements align with each garment. 

Important:

1. This extension is currently designed exclusively for women's clothing on Shein.
2. Please note that sizing recommendations may not be available for certain items if Shein hasn't provided complete sizing information.
3. We recommend you double check the size chart before making a purchase.                    

एक्सटेंशन की मूल जानकारी

नाम SizeAssistant SizeAssistant
ID nnogfamjdngeapechljiojgpleokafll
आधिकारिक URL https://chromewebstore.google.com/detail/sizeassistant/nnogfamjdngeapechljiojgpleokafll
विवरण Easily find your perfect sizing in Shein and soon in more stores
फ़ाइल का आकार 343 KB
स्थापना संख्या 264
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2023-06-06
प्रकाशन तिथि 2023-05-09
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर AlixBlog
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SizeAssistant",
    "description": "Easily find your perfect sizing in Shein and soon in more stores",
    "version": "1.0.2",
    "action": {
        "default_popup": "src\/popup\/index.html",
        "default_icon": {
            "16": "icon-16.png"
        }
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "options_page": "src\/options\/index.html",
    "content_scripts": [
        {
            "js": [
                "assets\/content.ts-loader.442f8406.js"
            ],
            "matches": [
                "https:\/\/*.shein.com\/*",
                "https:\/\/*.shein.com.mx\/*",
                "https:\/\/*.shein.tw\/*",
                "https:\/\/*.shein.com.hk\/*",
                "https:\/\/*.shein.co.uk\/*",
                "https:\/\/*.shein.com.vn\/*"
            ],
            "css": [
                "src\/content-scripts\/content.css",
                "assets\/content.25a9d86d.css"
            ]
        }
    ],
    "permissions": [
        "storage",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*.shein.com\/*",
        "https:\/\/*.shein.com.mx\/*",
        "https:\/\/*.shein.tw\/*",
        "https:\/\/*.shein.com.hk\/*",
        "https:\/\/*.shein.co.uk\/*",
        "https:\/\/*.shein.com.vn\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "src\/content-scripts\/content.css",
                "icon-128.png",
                "icon-48.png",
                "hip.png",
                "waist.png",
                "logo.png",
                "select.png"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/*.shein.co.uk\/*",
                "https:\/\/*.shein.com.hk\/*",
                "https:\/\/*.shein.com.mx\/*",
                "https:\/\/*.shein.com.vn\/*",
                "https:\/\/*.shein.com\/*",
                "https:\/\/*.shein.tw\/*"
            ],
            "resources": [
                "assets\/constants.7f57076b.js",
                "assets\/_plugin-vue_export-helper.7aab9955.js",
                "assets\/content.ts.3dcdaa46.js"
            ],
            "use_dynamic_url": true
        }
    ]
}