Cash Rebate Club

Over 3,000 stores. Earn Cash Rebate PLUS Referral Cash when your friends shop too!

Cash Rebate Club란 무엇입니까?

Cash Rebate Club은(는) CashRebateClub에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Over 3,000 stores. Earn Cash Rebate PLUS Referral Cash when your friends shop too!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Cash Rebate Club 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Shop online with your favorite stores and we will let you know if there is Cash Rebate available.

When you see the Cash Rebate Club banner appear at the top of any store's web page; just click it and earn the stated Cash Rebate on that transaction.

The Cash Rebate Club will also give you access to the hottest specials available as well as provide you that stores Promo Codes.

Your Cash Rebate Club also works with most search engines. Just search as normal, and the Cash Rebate Club will post a notice directly above all stores in that search that offer Cash Rebate available. Then just click it and earn!                    

확장 프로그램 기본 정보

이름 Cash Rebate Club Cash Rebate Club
ID fgglaibioafmblalclbiebndllabankd
공식 URL https://chromewebstore.google.com/detail/cash-rebate-club/fgglaibioafmblalclbiebndllabankd
설명 Over 3,000 stores. Earn Cash Rebate PLUS Referral Cash when your friends shop too!
파일 크기 1.52 MB
설치 횟수 1,080
현재 버전 3.1.11
최근 업데이트 2024-02-05
출시 날짜 2020-04-02
평점 4.90/5 총 39 개의 평점
개발자 CashRebateClub
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.cashrebateclub.com
도움말 페이지 URL https://www.cashrebateclub.com/help/customersupport
개인정보 보호 정책 페이지 URL https://www.cashrebateclub.com/help/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cash Rebate Club",
    "version": "3.1.11",
    "description": "Over 3,000 stores. Earn Cash Rebate PLUS Referral Cash when your friends shop too!",
    "homepage_url": "https:\/\/www.cashrebateclub.com\/",
    "manifest_version": 3,
    "background": {
        "service_worker": "serviceworker.js"
    },
    "permissions": [
        "tabs",
        "webRequest",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "24": "icons\/icon24.png",
            "32": "icons\/icon32.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.cashrebateclub.com\/*",
                "*:\/\/*.cashrebateclublocal.com\/*"
            ],
            "js": [
                "js\/contentscript.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/slider.js"
            ]
        },
        {
            "matches": [
                "*:\/\/search.yahoo.com\/*",
                "*:\/\/www.bing.com\/*",
                "*:\/\/*.google.com\/*"
            ],
            "js": [
                "js\/serp.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "options_page": "options.html"
}