NerdWallet

Coupons and rewards

Qu'est-ce que NerdWallet ?

NerdWallet est une extension Chrome développée par NerdWallet, et sa fonction principale est "Coupons and rewards".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension NerdWallet

Téléchargez les fichiers d'extension NerdWallet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Shop smarter with NerdWallet. Install our shopping browser extension, and with one click you'll discover coupons and earn rewards that help you get great deals online.

🛍️ Use with 15K+ retailers
Uncover deals at thousands of major retailers

💰Save time and money
No more searching for promo codes. Enable the extension, and it automatically finds and applies coupons for you.

🤩 Earn gift cards
Rack up rewards as you shop, then redeem them for digital gift cards from more than 1,000 major retailers.


By downloading and installing NerdWallet you are agreeing to the following agreements:

Terms & Conditions:  https://www.nerdwallet.com/lp/shopping-rewards/terms-of-use

This is a white label extension made for NerdWallet that uses affiliate programs.                    

Informations de Base sur l'Extension

Nom NerdWallet NerdWallet
ID mfgppbbdeofhlcdcgomihmhaljojfial
URL Officiel https://chromewebstore.google.com/detail/nerdwallet/mfgppbbdeofhlcdcgomihmhaljojfial
Description Coupons and rewards
Taille du Fichier 2.74 MB
Nombre d'Installations 1,451
Version Actuelle 1.0.7
Dernière Mise à Jour 2024-01-25
Date de Publication 2023-09-22
Évaluation 5.00/5 Total 2 Évaluations
Développeur NerdWallet
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.nerdwallet.com/
URL de la Page d'Aide https://support.nerdwallet.com/hc/en-us/?trk=nw_gf_5.0
URL de la Page de Politique de Confidentialité https://www.nerdwallet.com/p/privacy-policy?trk=nw_gf_5.0
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.7",
    "name": "NerdWallet",
    "short_name": "NerdWallet",
    "description": "Coupons and rewards",
    "icons": {
        "128": "img\/icon-128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "notifications",
        "background",
        "webRequest",
        "cookies",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "action": {
        "default_icon": "img\/icon-disabled-128.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "browser-polyfill.min.js",
                "content.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "browser-polyfill.min.js",
                "checkout.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "fonts\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "auth.html",
                "earnings.html",
                "shoppay.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}