The RebatesMe Cash Back Button

Automatically Finds You The Highest Cash Back Rate

Wat is The RebatesMe Cash Back Button?

The RebatesMe Cash Back Button is een Chrome-extensie ontwikkeld door https://www.rebatesme.com, en de belangrijkste functie is "Automatically Finds You The Highest Cash Back Rate".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie The RebatesMe Cash Back Button

Download The RebatesMe Cash Back Button-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        The RebatesMe Cash Back Button for Chrome is a must-have for anyone who shops online and loves to save money!
 
Save time and money by installing our free shopping tool that automatically finds you the best promo codes, coupons, and highest cash back rates available!
 
Just click on Add To Chrome and then we’ll do all the work for you! Our alerts will let you know that you’re getting the highest cash back rates available for every site that you visit. We also maximize your savings by showing you all coupons and promo codes! Never miss a deal again at all the top stores that you shop at!
 
**Wondering if you’re missing out on Cash Back?**
The RebatesMe Cash Back Button will alert you anytime you’re shopping at a store that offers cash back!
 
**Are you getting deal possible?**
When you’re ready to check out, the Rebates Me Cash Back Button will also show you  coupon codes for your purchase!
 
**Deals at over 2500 stores!**
RebatesMe has many deals of most stores and they’re all just a click away with the time-saving, money-saving  RebatesMe Cash Back Button.
 
**Don’t miss one more deal!**
Start saving time and money with the RebatesMe Cash Back Button today!

**************************   1.0.3.0 Release Note **************************
- Fix bug: The extension will open a new login page even user have already logged in after installation.
- Fix bug: User cannot be redirected to the page he/she was viewing after activated cashback.
- Fix bug: Some stores cannot be searched out.

**************************   1.0.6.0 Release Note **************************
- Fix bug: Sometimes the recommend stores or deals may disappear


**************************   1.0.6.2 Release Note **************************
- Fix bug: Optimize performance
- Fix bug: Account balance only shows available money

**************************   1.0.8 Release Note **************************
- Copied functions: Referral link and Referral code copied 
- Add the banner on referral page
- Google search tag: Merchant list page displays RebatesMe cash back                    

Basisinformatie over de Extensie

Naam The RebatesMe Cash Back Button The RebatesMe Cash Back Button
ID gppahjpnghmiacfkbahpdnakchdkgodo
Officiële URL https://chromewebstore.google.com/detail/the-rebatesme-cash-back-b/gppahjpnghmiacfkbahpdnakchdkgodo
Beschrijving Automatically Finds You The Highest Cash Back Rate
Bestandsgrootte 893 KB
Aantal Installaties 34,349
Huidige Versie 1.0.8
Laatst Bijgewerkt 2023-09-22
Publicatiedatum 2020-03-05
Beoordeling 4.10/5 Totaal 21 Beoordelingen
Ontwikkelaar https://www.rebatesme.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.rebatesme.com/
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The RebatesMe Cash Back Button",
    "version": "1.0.8",
    "description": "Automatically Finds You The Highest Cash Back Rate",
    "homepage_url": "https:\/\/www.rebatesme.com\/",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "cookies",
        "webNavigation",
        "storage",
        "",
        "unlimitedStorage"
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "vendors\/bundle.js",
                "content\/bundle.js"
            ],
            "css": [
                "content\/styles.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "vendors\/bundle.js",
            "bg\/bundle.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon-disabled.png",
        "default_title": "The RebatesMe Cash Back Button"
    },
    "icons": {
        "16": "icon-32.png",
        "18": "icon-32.png",
        "32": "icon-32.png",
        "128": "icon-128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/platform-api.sharethis.com https:\/\/buttons-config.sharethis.com; object-src 'self'",
    "web_accessible_resources": [
        "*.svg",
        "*.png",
        "*.css"
    ]
}