Checkout Saver - Cashback, Coupons, and More

Checkout Saver applies coupon codes, cashback, and discount gift cards to your shopping cart - automatically.

Checkout Saver - Cashback, Coupons, and More란 무엇입니까?

Checkout Saver - Cashback, Coupons, and More은(는) https://checkoutsaver.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Checkout Saver applies coupon codes, cashback, and discount gift cards to your shopping cart - automatically."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Checkout Saver - Cashback, Coupons, and More 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        *** SUPPORT A SMALL BUSINESS <3 ***

The Checkout Saver cashback extension is the newest and most advanced savings tool in existence. Save thousands this year by combining more features than any other extension. We're independent, privacy-minded, and revolutionizing savings with our advanced technology - what else could you want? 

Click on the Checkout Saver button during checkout and Checkout Saver will show you the available options. We offer best-in-class cashback rates at thousands of retailers, and COUPONS and discounted gift cards are available at the click of a button. 

What makes us different? We have the GUARANTEED MOST SAVINGS when combining all our techniques. Plus, we're a small biz, and that's rad that you can support us just by saving money. Please give us a chance - you're literally changing lives by using our CASHBACK extension.

We've invented DISCOUNT GIFT CARDS at checkout - buy a $20 gift card for $15 and autofill the fields at checkout in a single click. By combining this with cashback or coupons, we guarantee we can save you the most money when you shop online! 

We need your help to make this project even better, please reach out if you notice any issues or have any feedback for us! [email protected]                    

확장 프로그램 기본 정보

이름 Checkout Saver - Cashback, Coupons, and More Checkout Saver - Cashback, Coupons, and More
ID cnggadbdepmgnlfknmjjaihdkdmjkfcb
공식 URL https://chromewebstore.google.com/detail/checkout-saver-cashback-c/cnggadbdepmgnlfknmjjaihdkdmjkfcb
설명 Checkout Saver applies coupon codes, cashback, and discount gift cards to your shopping cart - automatically.
파일 크기 1.33 MB
설치 횟수 658
현재 버전 1.34
최근 업데이트 2021-04-26
출시 날짜 2020-07-04
평점 4.71/5 총 14 개의 평점
개발자 https://checkoutsaver.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.checkoutsaver.com
도움말 페이지 URL https://www.checkoutsaver.com/contact
개인정보 보호 정책 페이지 URL https://www.checkoutsaver.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "manifest_version": 2,
    "name": "Checkout Saver - Cashback, Coupons, and More",
    "description": "Checkout Saver applies coupon codes, cashback, and discount gift cards to your shopping cart - automatically.",
    "version": "1.34",
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "cookies",
        "https:\/\/www.checkoutsaver.com\/",
        "https:\/\/staging.checkoutsaver.com\/",
        "webNavigation",
        "webRequest"
    ],
    "background": {
        "scripts": [
            "background.js",
            "js\/aes.js",
            "js\/raven.min.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icons\/disable38x38.png",
        "default_title": "Checkout Saver"
    },
    "icons": {
        "128": "images\/icons\/logo128.png",
        "48": "images\/icons\/enable48x48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "content.js",
                "js\/aes.js",
                "js\/raven.min.js"
            ]
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; script-src 'self' https:\/\/connect.facebook.net; object-src 'self'",
    "web_accessible_resources": [
        "content.js",
        "js\/raven.min.js",
        "*.png",
        "*.gif"
    ]
}