Cash Rebate Club

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

Qu'est-ce que Cash Rebate Club ?

Cash Rebate Club est une extension Chrome développée par CashRebateClub, et sa fonction principale est "Over 3,000 stores. Earn Cash Rebate PLUS Referral Cash when your friends shop too!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Cash Rebate Club

Téléchargez les fichiers d'extension Cash Rebate Club au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Cash Rebate Club Cash Rebate Club
ID fgglaibioafmblalclbiebndllabankd
URL Officiel https://chromewebstore.google.com/detail/cash-rebate-club/fgglaibioafmblalclbiebndllabankd
Description Over 3,000 stores. Earn Cash Rebate PLUS Referral Cash when your friends shop too!
Taille du Fichier 1.52 MB
Nombre d'Installations 1,080
Version Actuelle 3.1.11
Dernière Mise à Jour 2024-02-05
Date de Publication 2020-04-02
Évaluation 4.90/5 Total 39 Évaluations
Développeur CashRebateClub
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.cashrebateclub.com
URL de la Page d'Aide https://www.cashrebateclub.com/help/customersupport
URL de la Page de Politique de Confidentialité https://www.cashrebateclub.com/help/privacy
Langues Prises en Charge 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"
}