Witti - Shop the Smart Way

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

Witti - Shop the Smart Way क्या है?

Witti - Shop the Smart Way https://shopwitti.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Track items for sales, automatically compare across stores, integrated directly in your shopping"।

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

screenshot
screenshot
screenshot

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

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

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

                        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!                    

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

नाम Witti - Shop the Smart Way Witti - Shop the Smart Way
ID hapompfmfmggcaenebkghfgimhljifdm
आधिकारिक URL https://chromewebstore.google.com/detail/witti-shop-the-smart-way/hapompfmfmggcaenebkghfgimhljifdm
विवरण Track items for sales, automatically compare across stores, integrated directly in your shopping
फ़ाइल का आकार 4.57 MB
स्थापना संख्या 413
वर्तमान संस्करण 1.2.51
अंतिम अपडेट 2020-08-20
प्रकाशन तिथि 2020-06-13
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर https://shopwitti.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://shopwitti.com/
गोपनीयता नीति पृष्ठ URL https://shopwitti.com/terms
समर्थित भाषाएँ 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]"
        }
    }
}