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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://checkoutsaver.com และคุณลักษณะหลักของมันคือ "Checkout Saver applies coupon codes, cashback, and discount gift cards to your shopping cart - automatically."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Checkout Saver - Cashback, Coupons, and More

ดาวน์โหลดไฟล์ส่วนขยาย Checkout Saver - Cashback, Coupons, and More ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        *** 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"
    ]
}