Witti - Shop the Smart Way

Track items for sales, automatically compare across stores, integrated directly in your shopping

¿Qué es Witti - Shop the Smart Way?

Witti - Shop the Smart Way es una extensión de Chrome desarrollada por https://shopwitti.com, y su función principal es "Track items for sales, automatically compare across stores, integrated directly in your shopping".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Witti - Shop the Smart Way

Descarga archivos de extensión Witti - Shop the Smart Way en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Don't be silly, shop with Witti!  Make the best decisions right when you’re browsing.

★ Get price history with a single click
★ Automatically compare across all stores for prices when you're browsing
★ Get an alert the moment your item goes on sale
★ Embedded buttons for seamless browsing
★ Save items to a universal list, with 102 stores online and more added every week
★ Customizable lists, for an organized shopping experience

Privacy Policy
We're on your side. To see our privacy policy, visit the following link: https://shopwitti.com/terms

Send any questions or comments to [email protected] - we want to hear from you!                    

Información Básica de la Extensión

Nombre Witti - Shop the Smart Way Witti - Shop the Smart Way
ID hapompfmfmggcaenebkghfgimhljifdm
URL Oficial https://chromewebstore.google.com/detail/witti-shop-the-smart-way/hapompfmfmggcaenebkghfgimhljifdm
Descripción Track items for sales, automatically compare across stores, integrated directly in your shopping
Tamaño del Archivo 4.57 MB
Cantidad de Instalaciones 413
Versión Actual 1.2.51
Última Actualización 2020-08-20
Fecha de Publicación 2020-06-13
Calificación 5.00/5 Total de 5 Calificaciones
Desarrollador https://shopwitti.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://shopwitti.com/
URL de la Página de Política de Privacidad https://shopwitti.com/terms
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "Witti",
    "name": "Witti - Shop the Smart Way",
    "description": "Track items for sales, automatically compare across stores, integrated directly in your shopping",
    "version": "1.2.51",
    "icons": {
        "128": "logo.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "webRequest",
        "tabs",
        "identity",
        "identity.email",
        "storage",
        ""
    ],
    "incognito": "spanning",
    "web_accessible_resources": [
        "\/static\/css\/content.css",
        "\/static\/media\/shoppingImage.jpg",
        "\/static\/media\/tutorial.jpg",
        "\/static\/media\/noImage.jpg",
        "\/static\/media\/navLogo.svg",
        "\/static\/media\/priceDropIcon.svg",
        "\/static\/media\/logo.png",
        "index.html"
    ],
    "content_security_policy": "script-src 'self' sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk=' https:\/\/*.firebaseio.com   https:\/\/firestore.googleapis.com  https:\/\/*.googleapis.com; object-src 'self'",
    "oauth2": {
        "client_id": "584424668995-9salulnp0f4mhclc3oab7hbmua45cveh.apps.googleusercontent.com",
        "scopes": []
    },
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}