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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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\/*"
    ]
}