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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Track items for sales, automatically compare across stores, integrated directly in your shopping"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Witti - Shop the Smart Way 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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]"
        }
    }
}