The RebatesMe Cash Back Button

Automatically Finds You The Highest Cash Back Rate

What is The RebatesMe Cash Back Button?

The RebatesMe Cash Back Button is a Chrome extension developed by https://www.rebatesme.com, and its main feature is "Automatically Finds You The Highest Cash Back Rate".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download The RebatesMe Cash Back Button Extension CRX File

Download The RebatesMe Cash Back Button extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name The RebatesMe Cash Back Button The RebatesMe Cash Back Button
ID gppahjpnghmiacfkbahpdnakchdkgodo
Official URL https://chromewebstore.google.com/detail/the-rebatesme-cash-back-b/gppahjpnghmiacfkbahpdnakchdkgodo
Description Automatically Finds You The Highest Cash Back Rate
File Size 893 KB
Installation Count 34,349
Current Version 1.0.8
Last Updated 2023-09-22
Publish Date 2020-03-05
Rating 4.10/5 Total 21 Ratings
Developer https://www.rebatesme.com
Email [email protected]
Payment Type free
Extension Website https://www.rebatesme.com/
Supported Languages 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"
    ]
}