Size Guarantee

Size guarantee selects a best fit dress on your favourite e-commerce store powered by AI.

Size Guarantee क्या है?

Size Guarantee SizeGaurantee द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Size guarantee selects a best fit dress on your favourite e-commerce store powered by AI."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Size guarantee is human intelligence based web product that serves users to select best fitted dress on e-commerce web sites for a user. We aim at eliminating the mind block based on size, in buying a loved clothing product online or when you are buying a clothing product online for your loved one.                    

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

नाम Size Guarantee Size Guarantee
ID ipkonmpdolbkgdaboanmeggkpfohdace
आधिकारिक URL https://chromewebstore.google.com/detail/size-guarantee/ipkonmpdolbkgdaboanmeggkpfohdace
विवरण Size guarantee selects a best fit dress on your favourite e-commerce store powered by AI.
फ़ाइल का आकार 35.8 KB
स्थापना संख्या 14
वर्तमान संस्करण 1.6
अंतिम अपडेट 2020-12-07
प्रकाशन तिथि 2020-07-05
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर SizeGaurantee
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.sizeguarantee.com/
सहायता पृष्ठ URL https://www.sizeguarantee.com/how-it-works/
गोपनीयता नीति पृष्ठ URL https://www.sizeguarantee.com/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Size Guarantee",
    "version": "1.6",
    "description": "Size guarantee selects a best fit dress on your favourite e-commerce store powered by AI.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.myntra.com\/*",
                "https:\/\/www.target.com.au\/*",
                "https:\/\/en-ae.namshi.com\/*",
                "https:\/\/www.lifestylestores.com\/*",
                "https:\/\/www.kmart.com.au\/*",
                "https:\/\/www.bigw.com.au\/*",
                "https:\/\/www.catch.com.au\/*"
            ],
            "js": [
                "app.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "css": [
            "styles.css"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.jpg",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "browser_action": []
}