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!

Rakuten: Get Cash Back For Shoppingとは何ですか?

Rakuten: Get Cash Back For Shoppingはhttps://rakuten.comによって開発されたChromeの拡張機能で、その主な機能は「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!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Rakuten: Get Cash Back For Shopping拡張機能のCRXファイルをダウンロード

Rakuten: Get Cash Back For Shopping拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Rakuten: Get Cash Back For Shopping Rakuten: Get Cash Back For Shopping
ID chhjbpecpncaggjpdakmflnfcopglcmi
公式URL https://chromewebstore.google.com/detail/rakuten-get-cash-back-for/chhjbpecpncaggjpdakmflnfcopglcmi
説明 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!
ファイルサイズ 1.54 MB
インストール数 4,047,385
現在のバージョン 5.39.0
最終更新日 2024-02-23
公開日 2020-06-08
評価 4.89/5 合計 43668 レビュー
開発者 https://rakuten.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.rakuten.com/button.htm
ヘルプページのURL https://www.rakuten.com/help/section/rakuten-cash-back-button-r4mode-360003084134
プライバシーポリシーページのURL http://www.rakuten.com/privacy_policy.htm
対応言語 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\/*"
    ]
}