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
官方網址 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"
}