MaxRebates: Get Paid for Shopping

Get the free MaxRebates Extension to never miss out on cash back and coupons from thousands of retailers ever again!

MaxRebates: Get Paid for Shopping란 무엇입니까?

MaxRebates: Get Paid for Shopping은(는) MaxRebates에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get the free MaxRebates Extension to never miss out on cash back and coupons from thousands of retailers ever again!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

MaxRebates: Get Paid for Shopping 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Never miss out on cash back and coupons from thousands of retailers ever again with MaxRebates Extension!

Earn Cash Back
Go straight to your favorite store. Let us do the work and you’ll get notified of the cash back rate. One click to activate and earn cash back!

Cash Back Offers Directly on Your Search
See available cash back rates while you’re searching on Chrome. It’s right there!

Deals and Coupons, All in One Place
View the best available deals and coupon codes under Hot Deals or Store Deals if you’re already at your favorite store, to save even more.

By installing the free MaxRebates Extension, you agree to the Browser Extension Terms - Conditions available at: https://www.maxrebates.com/help/1-16/                    

확장 프로그램 기본 정보

이름 MaxRebates: Get Paid for Shopping MaxRebates: Get Paid for Shopping
ID dnoelnihdijkhghabgcggckfflgdknfo
공식 URL https://chromewebstore.google.com/detail/maxrebates-get-paid-for-s/dnoelnihdijkhghabgcggckfflgdknfo
설명 Get the free MaxRebates Extension to never miss out on cash back and coupons from thousands of retailers ever again!
파일 크기 924 KB
설치 횟수 3,475
현재 버전 1.4.6
최근 업데이트 2023-12-12
출시 날짜 2021-04-28
평점 5.00/5 총 8 개의 평점
개발자 MaxRebates
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.maxrebates.com/help/1-6
지원되는 언어 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "MaxRebates",
    "name": "MaxRebates: Get Paid for Shopping",
    "version": "1.4.6",
    "manifest_version": 2,
    "author": "maxrebates.com",
    "default_locale": "en",
    "description": "Get the free MaxRebates Extension to never miss out on cash back and coupons from thousands of retailers ever again!",
    "homepage_url": "https:\/\/www.maxrebates.com\/",
    "icons": {
        "16": "images\/16x16.png",
        "24": "images\/24x24.png",
        "32": "images\/32x32.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "permissions": [
        "cookies",
        "storage",
        "tabs",
        "webNavigation",
        "webRequest",
        "",
        "https:\/\/*\/",
        "http:\/\/*\/"
    ],
    "web_accessible_resources": [
        "images\/*.png",
        "styles\/*.css"
    ],
    "browser_action": {
        "default_icon": {
            "48": "images\/48x48.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_appTooltip__"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.bundle.js"
            ],
            "css": [
                "styles\/serp.css",
                "styles\/content.css"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    }
}