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 là gì?

Extrabux-Cash Back, Rebates & Deals Assistant là một tiện ích mở rộng Chrome được phát triển bởi https://www.extrabux.com, và tính năng chính của nó là "Never miss cash back or waste your time searching for coupons and deals again!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Extrabux-Cash Back, Rebates & Deals Assistant

Tải xuống các tệp mở rộng Extrabux-Cash Back, Rebates & Deals Assistant dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Extrabux-Cash Back, Rebates & Deals Assistant Extrabux-Cash Back, Rebates & Deals Assistant
ID infdegpbaoaebllngceboapplllecfpc
URL Chính Thức https://chromewebstore.google.com/detail/extrabux-cash-back-rebate/infdegpbaoaebllngceboapplllecfpc
Mô tả Never miss cash back or waste your time searching for coupons and deals again!
Kích Thước Tệp 1.6 MB
Số Lần Cài Đặt 9,000
Phiên Bản Hiện Tại 3.0.24
Cập Nhật Lần Cuối 2023-07-30
Ngày Phát Hành 2020-04-22
Đánh Giá 3.75/5 Tổng số 53 Đánh Giá
Nhà Phát Triển https://www.extrabux.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.extrabux.com/help/privacy
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
    ]
}