Witti - Shop the Smart Way

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

Qu'est-ce que Witti - Shop the Smart Way ?

Witti - Shop the Smart Way est une extension Chrome développée par https://shopwitti.com, et sa fonction principale est "Track items for sales, automatically compare across stores, integrated directly in your shopping".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Witti - Shop the Smart Way

Téléchargez les fichiers d'extension Witti - Shop the Smart Way au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Witti - Shop the Smart Way Witti - Shop the Smart Way
ID hapompfmfmggcaenebkghfgimhljifdm
URL Officiel https://chromewebstore.google.com/detail/witti-shop-the-smart-way/hapompfmfmggcaenebkghfgimhljifdm
Description Track items for sales, automatically compare across stores, integrated directly in your shopping
Taille du Fichier 4.57 MB
Nombre d'Installations 413
Version Actuelle 1.2.51
Dernière Mise à Jour 2020-08-20
Date de Publication 2020-06-13
Évaluation 5.00/5 Total 5 Évaluations
Développeur https://shopwitti.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://shopwitti.com/
URL de la Page de Politique de Confidentialité https://shopwitti.com/terms
Langues Prises en Charge 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]"
        }
    }
}