The RebatesMe Cash Back Button

Automatically Finds You The Highest Cash Back Rate

Τι είναι το The RebatesMe Cash Back Button;

Το The RebatesMe Cash Back Button είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.rebatesme.com, και η κύρια λειτουργία του είναι "Automatically Finds You The Highest Cash Back Rate".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης The RebatesMe Cash Back Button

Λήψη αρχείων επέκτασης The RebatesMe Cash Back Button σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα The RebatesMe Cash Back Button The RebatesMe Cash Back Button
ID gppahjpnghmiacfkbahpdnakchdkgodo
Επίσημο URL https://chromewebstore.google.com/detail/the-rebatesme-cash-back-b/gppahjpnghmiacfkbahpdnakchdkgodo
Περιγραφή Automatically Finds You The Highest Cash Back Rate
Μέγεθος Αρχείου 893 KB
Αριθμός Εγκαταστάσεων 34,349
Τρέχουσα Έκδοση 1.0.8
Τελευταία Ενημέρωση 2023-09-22
Ημερομηνία Δημοσίευσης 2020-03-05
Αξιολόγηση 4.10/5 Συνολικά 21 Αξιολογήσεις
Προγραμματιστής https://www.rebatesme.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.rebatesme.com/
Υποστηριζόμενες Γλώσσες 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"
    ]
}