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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get the free MaxRebates Extension to never miss out on cash back and coupons from thousands of retailers ever again!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में MaxRebates: Get Paid for Shopping एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        ]
    }
}