Mr. Rebates Quick Cash Button

Activate cash back rebates instantly within your browser with the Mr. Rebates' Quick Cash Button

Mr. Rebates Quick Cash Button란 무엇입니까?

Mr. Rebates Quick Cash Button은(는) https://www.mrrebates.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Activate cash back rebates instantly within your browser with the Mr. Rebates' Quick Cash Button"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Mr. Rebates Quick Cash Button 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The Mr. Rebates' Quick Cash Button automatically reminds you to activate your cash back at thousands of different stores!

Just add this cute little guy (Mr. Rebates, of course!) to your Chrome browser and get ready for the easiest cash back possible!

The Quick Cash Button will show you a slider when you reach a store that is offering cash back with Mr. Rebates and all you need to do is simply click the slider to activate cash back.  

Never miss your cash back again!

By using the Quick Cash browser button, you agree to Mr. Rebates' Terms & Conditions, available here: https://www.mrrebates.com/terms_conditions.asp and the Mr. Rebates' privacy policy located here: https://www.mrrebates.com/privacy_policy.asp.                    

확장 프로그램 기본 정보

이름 Mr. Rebates Quick Cash Button Mr. Rebates Quick Cash Button
ID bginpnanmddojfmhfgbepbibjkgcdepb
공식 URL https://chromewebstore.google.com/detail/mr-rebates-quick-cash-but/bginpnanmddojfmhfgbepbibjkgcdepb
설명 Activate cash back rebates instantly within your browser with the Mr. Rebates' Quick Cash Button
파일 크기 147 KB
설치 횟수 10,000
현재 버전 2.1.0.3
최근 업데이트 2023-11-15
출시 날짜 2020-03-17
평점 4.29/5 총 14 개의 평점
개발자 https://www.mrrebates.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.mrrebates.com
개인정보 보호 정책 페이지 URL https://www.mrrebates.com/privacy_policy.asp
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Denis Inozemtsev",
    "description": "Activate cash back rebates instantly within your browser with the Mr. Rebates' Quick Cash Button",
    "name": "Mr. Rebates Quick Cash Button",
    "version": "2.1.0.3",
    "content_scripts": [
        {
            "js": [
                "src\/content\/app.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "24": "icons\/24x24.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        "alarms"
    ],
    "action": {
        "default_icon": {
            "24": "icons\/24x24.png",
            "48": "icons\/48x48.png",
            "128": "icons\/128x128.png"
        },
        "default_popup": "src\/popup\/popup.html"
    },
    "background": {
        "service_worker": "serviceWorker.js",
        "type": "module"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "style.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "assets\/src\/content\/app-dabb4054.js",
                "assets\/_plugin-vue_export-helper-959df103.js",
                "assets\/MerchantStatesController-51b36c03.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "use_dynamic_url": true
        }
    ]
}