Extrabux-Cash Back, Rebates & Deals Assistant

Never miss cash back or waste your time searching for coupons and deals again!

Extrabux-Cash Back, Rebates & Deals Assistant란 무엇입니까?

Extrabux-Cash Back, Rebates & Deals Assistant은(는) https://www.extrabux.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Never miss cash back or waste your time searching for coupons and deals again!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Extrabux-Cash Back, Rebates & Deals Assistant 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Earn up to 30% cash back and get exclusive coupons and deals on every purchase at more than 20,000 online retailers. When you visit a supported retailer’s website, the Extrabux Chrome extension automatically activates your rebates and shows you the best coupon codes.

- High Cash Back Alerts:
  Automatically reminds you to activate your cash back when you are visiting stores that offer cash back.

- Coupon Hunting:
  Help you find and show the newest & best coupon codes at 20,000+ online stores. Coupons refreshed hourly!

- Great Shopping Experience:
  All you need to do is simply shop. The Extrabux button prepares all the information and give you the biggest savings! 

Good Morning America calls Extrabux “The latest online shopping technique to help you save big.”

Install the official Extrabux extension and make your shopping even easier!                    

확장 프로그램 기본 정보

이름 Extrabux-Cash Back, Rebates & Deals Assistant Extrabux-Cash Back, Rebates & Deals Assistant
ID infdegpbaoaebllngceboapplllecfpc
공식 URL https://chromewebstore.google.com/detail/extrabux-cash-back-rebate/infdegpbaoaebllngceboapplllecfpc
설명 Never miss cash back or waste your time searching for coupons and deals again!
파일 크기 1.6 MB
설치 횟수 9,000
현재 버전 3.0.24
최근 업데이트 2023-07-30
출시 날짜 2020-04-22
평점 3.75/5 총 53 개의 평점
개발자 https://www.extrabux.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.extrabux.com/help/privacy
지원되는 언어 de,en,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "3.0.24",
    "description": "__MSG_extDescription__",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extDescription__"
    },
    "icons": {
        "16": "assets\/16.png",
        "48": "assets\/64.png",
        "128": "assets\/128.png"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "js": [
                "content-scripts\/main.js"
            ],
            "css": [
                "content-scripts\/main.css",
                "content-scripts\/main.e6ca258b.css"
            ],
            "all_frames": false,
            "match_about_blank": false
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/*"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "cookies",
        "webRequest"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}