efitter

The sizing solution that finds your perfect fit when shopping online

efitter क्या है?

efitter https://efitter.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The sizing solution that finds your perfect fit when shopping online"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Get your perfect fit the first time around with efitter. The extension predicts your size when shopping at ZARA, H&M, Mango, ASOS brands, M&S and more based on your previous purchases - no need for measurements or size charts. efitter also provides product insights into the type of materials used and how they may affect fit.

HOW IT WORKS:
1. Download from the Chrome Store and sign in with your Google account.
2. Make sure your past orders are on that account (you can forward any receipts from other accounts).
3. Start shopping. Simply open the efitter chatbot while you shop to learn more about your favourite products and find your perfect fit!

For the full list of brands we support, check out our brand directory: https://www.efitterapp.com/brand-directory.

Check out our FAQ for further information: https://www.efitter.com/frequently-asked-questions.


---

By installing the extension, you agree to efitter’s Terms and Conditions (https://www.efitter.com/terms-of-use) and acknowledge that you have read efitter's Privacy Policy (https://www.efitter.com/privacy-policy).                    

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

नाम efitter efitter
ID mffkgclgfajokopnaefajoofkcegngff
आधिकारिक URL https://chromewebstore.google.com/detail/efitter/mffkgclgfajokopnaefajoofkcegngff
विवरण The sizing solution that finds your perfect fit when shopping online
फ़ाइल का आकार 2.12 MB
स्थापना संख्या 57
वर्तमान संस्करण 3.2.2
अंतिम अपडेट 2023-08-22
प्रकाशन तिथि 2021-04-04
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर https://efitter.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.efitter.com/
सहायता पृष्ठ URL https://www.efitter.com/frequently-asked-questions
गोपनीयता नीति पृष्ठ URL https://www.efitterapp.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "efitter",
    "description": "The sizing solution that finds your perfect fit when shopping online",
    "version": "3.2.2",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAh7Vquhr3RcFNoELlSkESqaxCWSnCt+OpD\/EjSIUiRCnfD9XYUvVQap4giguu0o3\/DLy6x\/vfyyHEY5s3yRcPYcL48hubmXwJsC7Rrho1nq8wmm1GEBCw+o9jo7i5bi6rIa7DUAwrIvgfwf4mPyR\/cZoMydHd+tlEmhmh8weTsljjsSrXLNedg7JJNi1veA5IAg82Ucq+zoZwPKJPAklD1mBtmzggFf\/1j7quh93fsPKjOLdga7Y3ZRdc4fx1nPUKk51IB4TPsUV06jMKCs5tZgv+q\/PPYn1K5jtoM6tmZWrMC2J74HJ0arSCAWu7D+m08WXcC5pxgCSXTN6Xgy8N6wIDAQAB",
    "action": {
        "default_title": "efitter",
        "default_icon": ".\/images\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": ".\/images\/icon.png",
        "48": ".\/images\/icon.png",
        "16": ".\/images\/icon.png"
    },
    "background": {
        "service_worker": "background-wrapper.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.zara.com\/*",
                "https:\/\/www2.hm.com\/*",
                "https:\/\/shop.mango.com\/*",
                "https:\/\/www.uniqlo.com\/*",
                "https:\/\/www.asos.com\/*",
                "https:\/\/www.houseofcb.com\/*",
                "https:\/\/www.bershka.com\/*",
                "https:\/\/www.stradivarius.com\/*",
                "https:\/\/www.pullandbear.com\/*",
                "https:\/\/www.massimodutti.com\/*",
                "https:\/\/www.marksandspencer.com\/*"
            ],
            "js": [
                ".\/js\/data\/sizes.js",
                ".\/js\/data\/materials.js",
                ".\/js\/calculateSize.js",
                ".\/js\/getMaterialCharacteristic.js",
                ".\/js\/tools\/config.js",
                ".\/js\/tools\/jquery.min.js",
                ".\/js\/tools\/core.js",
                ".\/js\/tools\/simpleNotify.js",
                ".\/js\/tools\/oauth.js",
                ".\/js\/content-scripts\/content.js",
                ".\/js\/content-scripts\/content-site.js"
            ],
            "css": [
                ".\/css\/simpleNotifyStyle.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/shop.mango.com\/*"
            ],
            "js": [
                ".\/js\/content-scripts\/content-mango.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/www.zara.com\/*"
            ],
            "js": [
                ".\/js\/content-scripts\/content-zara.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/www.uniqlo.com\/*"
            ],
            "js": [
                ".\/js\/content-scripts\/content-uniqlo.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/www.asos.com\/*"
            ],
            "js": [
                ".\/js\/content-scripts\/content-asos.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/www.bershka.com\/*"
            ],
            "js": [
                ".\/js\/content-scripts\/content-bershka.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/www.houseofcb.com\/*"
            ],
            "js": [
                ".\/js\/content-scripts\/content-houseofcb.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/www.stradivarius.com\/*"
            ],
            "js": [
                ".\/js\/content-scripts\/content-stradivarius.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/www.pullandbear.com\/*"
            ],
            "js": [
                ".\/js\/content-scripts\/content-pullbear.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/www.massimodutti.com\/*"
            ],
            "js": [
                ".\/js\/content-scripts\/content-massimoDutti.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/www.marksandspencer.com\/*"
            ],
            "js": [
                ".\/js\/content-scripts\/content-ms.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "oauth2": {
        "client_id": "479734964735-t5gmdfnqcfv2uj204rq1qiinpvh7mirg.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email",
            "profile",
            "https:\/\/www.googleapis.com\/auth\/gmail.readonly"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/*.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "identity",
        "identity.email"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}