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!

O que é Rakuten: Get Cash Back For Shopping?

Rakuten: Get Cash Back For Shopping é uma extensão do Chrome desenvolvida por https://rakuten.com, e sua principal característica é "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!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Rakuten: Get Cash Back For Shopping

Baixe arquivos de extensão Rakuten: Get Cash Back For Shopping no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Rakuten: Get Cash Back For Shopping Rakuten: Get Cash Back For Shopping
ID chhjbpecpncaggjpdakmflnfcopglcmi
URL Oficial https://chromewebstore.google.com/detail/rakuten-get-cash-back-for/chhjbpecpncaggjpdakmflnfcopglcmi
Descrição 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!
Tamanho do Arquivo 1.54 MB
Contagem de Instalações 4,047,385
Versão Atual 5.39.0
Última Atualização 2024-02-23
Data de Publicação 2020-06-08
Classificação 4.89/5 Total de 43668 Avaliações
Desenvolvedor https://rakuten.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.rakuten.com/button.htm
URL da Página de Ajuda https://www.rakuten.com/help/section/rakuten-cash-back-button-r4mode-360003084134
URL da Página de Política de Privacidade http://www.rakuten.com/privacy_policy.htm
Idiomas Suportados 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\/*"
    ]
}