U.S. Bank Shopping Deals

Activate U.S. Bank Shopping Deals rewards directly from 1,100+ store sites with one click and never miss out on rewards again.

U.S. Bank Shopping Deals क्या है?

U.S. Bank Shopping Deals U.S. Bank द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Activate U.S. Bank Shopping Deals rewards directly from 1,100+ store sites with one click and never miss out on rewards again."।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में U.S. Bank Shopping Deals एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Shop online and never miss out on U.S. Bank Shopping Deals rewards again. Install the Shopping Deals extension to leverage the benefits of shopping online and activate rewards directly from 1,100+ store sites with one click.

Easy-to-activate reminders.

The U.S. Bank Shopping Deals extension lets you know when to activate and earn rewards as you shop online at participating stores.

Enjoy savings at your fingertips.

Shop savvier thanks to coupon codes that are automatically applied at checkout. 

Compare rewards offers.

Shop and earn with confidence thanks to Google search results that clearly display participating stores’ rewards offers.

View your recent earnings.

Enjoy easy access to your recent earnings, extra rewards, and bonus offers. 

Let the rewards you love come to you.

By downloading and installing the U.S. Bank Shopping Deals extension, you are agreeing to the Terms & Conditions.
https://shopping1.rewardscentermall.com/terms____.htm

If you love earning Shopping Deals rewards, add the U.S. Bank Shopping Deals extension now to earn rewards every time you shop at your favorite online stores. 

Privacy Policy: https://www.usbank.com/about-us-bank/privacy.html                    

एक्सटेंशन की मूल जानकारी

नाम U.S. Bank Shopping Deals U.S. Bank Shopping Deals
ID pemficcdhelhbbhklaaedkoeilkmdghl
आधिकारिक URL https://chromewebstore.google.com/detail/us-bank-shopping-deals/pemficcdhelhbbhklaaedkoeilkmdghl
विवरण Activate U.S. Bank Shopping Deals rewards directly from 1,100+ store sites with one click and never miss out on rewards again.
फ़ाइल का आकार 3.71 MB
स्थापना संख्या 4,224
वर्तमान संस्करण 2.2.40
अंतिम अपडेट 2023-10-25
प्रकाशन तिथि 2023-04-12
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर U.S. Bank
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.usbank.com/about-us-bank/privacy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "U.S. Bank Shopping Deals",
    "version": "2.2.40",
    "description": "Activate U.S. Bank Shopping Deals rewards directly from 1,100+ store sites with one click and never miss out on rewards again.",
    "homepage_url": "https:\/\/shopping1.rewardscentermall.com\/",
    "author": "Cartera",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "webNavigation",
        "webRequest",
        "storage",
        "unlimitedStorage",
        "cookies",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "bg\/bundle.js"
    },
    "content_scripts": [
        {
            "js": [
                "content\/bundle.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/icon-16.png",
            "32": "img\/icon-32.png"
        },
        "default_title": "Shopping Deals Extension"
    },
    "icons": {
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content\/*.css",
                "content\/*.svg"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}