NerdWallet

Coupons and rewards

Τι είναι το NerdWallet;

Το NerdWallet είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον NerdWallet, και η κύρια λειτουργία του είναι "Coupons and rewards".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης NerdWallet

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

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

                        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.                    

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

Όνομα NerdWallet NerdWallet
ID mfgppbbdeofhlcdcgomihmhaljojfial
Επίσημο URL https://chromewebstore.google.com/detail/nerdwallet/mfgppbbdeofhlcdcgomihmhaljojfial
Περιγραφή Coupons and rewards
Μέγεθος Αρχείου 2.74 MB
Αριθμός Εγκαταστάσεων 1,451
Τρέχουσα Έκδοση 1.0.7
Τελευταία Ενημέρωση 2024-01-25
Ημερομηνία Δημοσίευσης 2023-09-22
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής NerdWallet
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.nerdwallet.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://support.nerdwallet.com/hc/en-us/?trk=nw_gf_5.0
URL της Σελίδας Πολιτικής Απορρήτου https://www.nerdwallet.com/p/privacy-policy?trk=nw_gf_5.0
Υποστηριζόμενες Γλώσσες 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": [
                ""
            ]
        }
    ]
}