Size Guarantee

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

Cos'è Size Guarantee?

Size Guarantee è un'estensione di Chrome sviluppata da SizeGaurantee, e la sua funzione principale è "Size guarantee selects a best fit dress on your favourite e-commerce store powered by AI.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Size Guarantee

Scarica i file di estensione Size Guarantee in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Size Guarantee Size Guarantee
ID ipkonmpdolbkgdaboanmeggkpfohdace
URL Ufficiale https://chromewebstore.google.com/detail/size-guarantee/ipkonmpdolbkgdaboanmeggkpfohdace
Descrizione Size guarantee selects a best fit dress on your favourite e-commerce store powered by AI.
Dimensione del File 35.8 KB
Conteggio Installazioni 14
Versione Corrente 1.6
Ultimo Aggiornamento 2020-12-07
Data di Pubblicazione 2020-07-05
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore SizeGaurantee
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.sizeguarantee.com/
URL della Pagina di Aiuto https://www.sizeguarantee.com/how-it-works/
URL della Pagina della Politica sulla Privacy https://www.sizeguarantee.com/privacy-policy
Lingue Supportate 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": []
}