Witti - Shop the Smart Way

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

Witti - Shop the Smart Way là gì?

Witti - Shop the Smart Way là một tiện ích mở rộng Chrome được phát triển bởi https://shopwitti.com, và tính năng chính của nó là "Track items for sales, automatically compare across stores, integrated directly in your shopping".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Witti - Shop the Smart Way

Tải xuống các tệp mở rộng Witti - Shop the Smart Way dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Witti - Shop the Smart Way Witti - Shop the Smart Way
ID hapompfmfmggcaenebkghfgimhljifdm
URL Chính Thức https://chromewebstore.google.com/detail/witti-shop-the-smart-way/hapompfmfmggcaenebkghfgimhljifdm
Mô tả Track items for sales, automatically compare across stores, integrated directly in your shopping
Kích Thước Tệp 4.57 MB
Số Lần Cài Đặt 413
Phiên Bản Hiện Tại 1.2.51
Cập Nhật Lần Cuối 2020-08-20
Ngày Phát Hành 2020-06-13
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://shopwitti.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://shopwitti.com/
URL Trang Chính Sách Bảo Mật https://shopwitti.com/terms
Ngôn Ngữ Được Hỗ Trợ 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]"
        }
    }
}