Cash Rebate Club

Over 3,000 stores. Earn Cash Rebate PLUS Referral Cash when your friends shop too!

Cash Rebate Club là gì?

Cash Rebate Club là một tiện ích mở rộng Chrome được phát triển bởi CashRebateClub, và tính năng chính của nó là "Over 3,000 stores. Earn Cash Rebate PLUS Referral Cash when your friends shop too!".

Ả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 Cash Rebate Club

Tải xuống các tệp mở rộng Cash Rebate Club 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

                        Shop online with your favorite stores and we will let you know if there is Cash Rebate available.

When you see the Cash Rebate Club banner appear at the top of any store's web page; just click it and earn the stated Cash Rebate on that transaction.

The Cash Rebate Club will also give you access to the hottest specials available as well as provide you that stores Promo Codes.

Your Cash Rebate Club also works with most search engines. Just search as normal, and the Cash Rebate Club will post a notice directly above all stores in that search that offer Cash Rebate available. Then just click it and earn!                    

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

Tên Cash Rebate Club Cash Rebate Club
ID fgglaibioafmblalclbiebndllabankd
URL Chính Thức https://chromewebstore.google.com/detail/cash-rebate-club/fgglaibioafmblalclbiebndllabankd
Mô tả Over 3,000 stores. Earn Cash Rebate PLUS Referral Cash when your friends shop too!
Kích Thước Tệp 1.52 MB
Số Lần Cài Đặt 1,080
Phiên Bản Hiện Tại 3.1.11
Cập Nhật Lần Cuối 2024-02-05
Ngày Phát Hành 2020-04-02
Đánh Giá 4.90/5 Tổng số 39 Đánh Giá
Nhà Phát Triển CashRebateClub
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.cashrebateclub.com
URL Trang Trợ Giúp https://www.cashrebateclub.com/help/customersupport
URL Trang Chính Sách Bảo Mật https://www.cashrebateclub.com/help/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cash Rebate Club",
    "version": "3.1.11",
    "description": "Over 3,000 stores. Earn Cash Rebate PLUS Referral Cash when your friends shop too!",
    "homepage_url": "https:\/\/www.cashrebateclub.com\/",
    "manifest_version": 3,
    "background": {
        "service_worker": "serviceworker.js"
    },
    "permissions": [
        "tabs",
        "webRequest",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "24": "icons\/icon24.png",
            "32": "icons\/icon32.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.cashrebateclub.com\/*",
                "*:\/\/*.cashrebateclublocal.com\/*"
            ],
            "js": [
                "js\/contentscript.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/slider.js"
            ]
        },
        {
            "matches": [
                "*:\/\/search.yahoo.com\/*",
                "*:\/\/www.bing.com\/*",
                "*:\/\/*.google.com\/*"
            ],
            "js": [
                "js\/serp.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "options_page": "options.html"
}