Cash Rebate Club

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

什么是Cash Rebate Club?

Cash Rebate Club是由CashRebateClub开发的Chrome扩展程序,该扩展的主要功能是“Over 3,000 stores. Earn Cash Rebate PLUS Referral Cash when your friends shop too!”。

扩展截图

screenshot
screenshot
screenshot

下载Cash Rebate Club扩展crx文件

下载Cash Rebate Club扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Cash Rebate Club Cash Rebate Club
ID fgglaibioafmblalclbiebndllabankd
官方URL https://chromewebstore.google.com/detail/cash-rebate-club/fgglaibioafmblalclbiebndllabankd
简介 Over 3,000 stores. Earn Cash Rebate PLUS Referral Cash when your friends shop too!
文件大小 1.52 MB
安装次数 1,080
当前版本 3.1.11
更新时间 2024-02-05
上架时间 2020-04-02
评分 4.90/5 共39次评分
开发者 CashRebateClub
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.cashrebateclub.com
帮助页面URL https://www.cashrebateclub.com/help/customersupport
隐私政策页面URL https://www.cashrebateclub.com/help/privacy
支持的语言 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"
}