USAA MemberShop® button

Activate cash back directly at over 900 online stores while you shop.

Τι είναι το USAA MemberShop® button;

Το USAA MemberShop® button είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον membershopusaa, και η κύρια λειτουργία του είναι "Activate cash back directly at over 900 online stores while you shop.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης USAA MemberShop® button

Λήψη αρχείων επέκτασης USAA MemberShop® button σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Never miss out on cash back again. Install the USAA MemberShop® browser extension and activate cash back directly at 900+ store sites with one click.  
Offered by: https://mall.usaa.com/

Easy-to-activate reminders

The button lets you know when to activate and earn cash back per dollar as you shop online at participating stores.

Enjoy savings at your fingertips

Shop savvier thanks to coupon codes that are automatically applied at checkout, plus a price comparison feature that shows you other retailers offering your items at a lower price. 

Compare Cash Back offers

Shop and earn with confidence thanks to Google search results that clearly display participating stores’ cash back per dollar offers.

View your recent earnings

Enjoy easy access to your recent earnings, extra cash back, and bonus offers – and effortlessly earn more cash back faster.

Let the cash back you love come to you

If you love earning USAA cash back, add the MemberShop® button now to earn cash back every time you shop at your favorite store sites. 


By downloading and installing the MemberShop button, you are agreeing to the MemberShop button EULA located at https://mall.usaa.com/eula____.htm.

Privacy Policy: https://www.usaa.com/privacy                    

Βασικές Πληροφορίες Επέκτασης

Όνομα USAA MemberShop® button USAA MemberShop® button
ID iigenfhikbgbmkfaanejgdpbkgfcenjo
Επίσημο URL https://chromewebstore.google.com/detail/usaa-membershop%C2%AE-button/iigenfhikbgbmkfaanejgdpbkgfcenjo
Περιγραφή Activate cash back directly at over 900 online stores while you shop.
Μέγεθος Αρχείου 5.43 MB
Αριθμός Εγκαταστάσεων 32,388
Τρέχουσα Έκδοση 3.2.08
Τελευταία Ενημέρωση 2024-02-29
Ημερομηνία Δημοσίευσης 2020-06-15
Αξιολόγηση 4.85/5 Συνολικά 54 Αξιολογήσεις
Προγραμματιστής membershopusaa
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.usaa.com/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "USAA MemberShop\u00ae button",
    "version": "3.2.08",
    "description": "Activate cash back directly at over 900 online stores while you shop.",
    "homepage_url": "https:\/\/mall.usaa.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-48.png",
            "32": "img\/icon-48.png"
        },
        "default_title": "MemberShop\u00ae button"
    },
    "icons": {
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content\/*.css",
                "content\/*.svg"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}