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

MaxRebates: Get Paid for Shopping là một tiện ích mở rộng Chrome được phát triển bởi MaxRebates, và tính năng chính của nó là "Get the free MaxRebates Extension to never miss out on cash back and coupons from thousands of retailers ever again!".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng MaxRebates: Get Paid for Shopping

Tải xuống các tệp mở rộng MaxRebates: Get Paid for Shopping 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

                        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/                    

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

Tên MaxRebates: Get Paid for Shopping MaxRebates: Get Paid for Shopping
ID dnoelnihdijkhghabgcggckfflgdknfo
URL Chính Thức https://chromewebstore.google.com/detail/maxrebates-get-paid-for-s/dnoelnihdijkhghabgcggckfflgdknfo
Mô tả Get the free MaxRebates Extension to never miss out on cash back and coupons from thousands of retailers ever again!
Kích Thước Tệp 924 KB
Số Lần Cài Đặt 3,475
Phiên Bản Hiện Tại 1.4.6
Cập Nhật Lần Cuối 2023-12-12
Ngày Phát Hành 2021-04-28
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển MaxRebates
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.maxrebates.com/help/1-6
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}