Rakuten: Get Cash Back For Shopping

The best coupons and the most Cash Back. We do all the work. You just shop and save. Earn Cash Back at 3,500 stores today!

Wat is Rakuten: Get Cash Back For Shopping?

Rakuten: Get Cash Back For Shopping is een Chrome-extensie ontwikkeld door https://rakuten.com, en de belangrijkste functie is "The best coupons and the most Cash Back. We do all the work. You just shop and save. Earn Cash Back at 3,500 stores today!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Rakuten: Get Cash Back For Shopping

Download Rakuten: Get Cash Back For Shopping-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 Rakuten browser extension does all the work of stacking Cash Back on top of deals at your favorite store sites, automatically. You just shop and save.

By installing the extension you agree to the additional Cash Back Button Terms & Conditions:

https://www.rakuten.com/help/article/rakuten-cash-back-button-privacy-notice-360052819794

🛍 Save at thousands of stores
Get Cash Back and coupons at stores you love, like Macy’s, Target, Gap, PetSmart and more.

✅ Get Cash Back with one click 
Head straight to the site you want to shop, and we’ll let you know if you can get Cash Back on your purchase. It’s one click to activate Cash Back, then just shop like normal.

🙅🏻‍♀️ Never miss a deal
Our Coupon Magic feature finds and automatically applies the best coupons for you. Basically magic.

💯 Shop with confidence
When you shop, our Price Magic feature searches for lower prices. We’ll tell you if we find one. And if the store you’re shopping doesn’t offer Cash Back, we’ll let you know if there’s another store that does.

⚖️ Compare Cash Back offers 

See stores’ Cash Back rates right on the search results pages of Google, Yahoo and Bing.

Please see our Privacy Policy at http://www.rakuten.com/privacy_policy.htm                    

Basisinformatie over de Extensie

Naam Rakuten: Get Cash Back For Shopping Rakuten: Get Cash Back For Shopping
ID chhjbpecpncaggjpdakmflnfcopglcmi
Officiële URL https://chromewebstore.google.com/detail/rakuten-get-cash-back-for/chhjbpecpncaggjpdakmflnfcopglcmi
Beschrijving The best coupons and the most Cash Back. We do all the work. You just shop and save. Earn Cash Back at 3,500 stores today!
Bestandsgrootte 1.54 MB
Aantal Installaties 4,047,385
Huidige Versie 5.39.0
Laatst Bijgewerkt 2024-02-23
Publicatiedatum 2020-06-08
Beoordeling 4.89/5 Totaal 43668 Beoordelingen
Ontwikkelaar https://rakuten.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.rakuten.com/button.htm
Help Pagina-URL https://www.rakuten.com/help/section/rakuten-cash-back-button-r4mode-360003084134
URL van de Privacybeleid Pagina http://www.rakuten.com/privacy_policy.htm
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "short_name": "Rakuten",
    "version": "5.39.0",
    "homepage_url": "https:\/\/www.rakuten.com\/",
    "author": "Rakuten",
    "manifest_version": 2,
    "default_locale": "en",
    "permissions": [
        "tabs",
        "webNavigation",
        "webRequest",
        "storage",
        "",
        "cookies",
        "alarms"
    ],
    "optional_permissions": [
        "notifications"
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                "https:\/\/*.rakuten.com\/*",
                "https:\/\/*.rakuten.co.uk\/*"
            ],
            "js": [
                "libs\/snippet.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "bg\/bundle.js"
        ],
        "persistent": true
    },
    "options_ui": {
        "page": "settings\/settings.html",
        "open_in_tab": true
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/rakuten\/icon-32.png",
            "32": "img\/rakuten\/icon-32.png"
        },
        "default_title": "Rakuten: Get Cash Back For Shopping"
    },
    "icons": {
        "16": "img\/icon\/icon-32.png",
        "48": "img\/icon\/icon-64.png",
        "128": "img\/icon\/icon-128.png"
    },
    "web_accessible_resources": [
        "workers\/*.js",
        "content\/*.css",
        "fonts\/*.css",
        "fonts\/*.woff",
        "fonts\/*.woff2",
        "fonts\/*.ttf",
        "fonts\/*.otf",
        "serp\/*.css",
        "img\/*"
    ]
}