NerdWallet
Coupons and rewards
What is NerdWallet?
NerdWallet is a Chrome extension developed by NerdWallet, and its main feature is "Coupons and rewards".
Extension Screenshots
Download NerdWallet Extension CRX File
Download NerdWallet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | NerdWallet |
ID | mfgppbbdeofhlcdcgomihmhaljojfial |
Official URL | https://chromewebstore.google.com/detail/nerdwallet/mfgppbbdeofhlcdcgomihmhaljojfial |
Description | Coupons and rewards |
File Size | 2.74 MB |
Installation Count | 1,451 |
Current Version | 1.0.7 |
Last Updated | 2024-01-25 |
Publish Date | 2023-09-22 |
Rating | 5.00/5 Total 2 Ratings |
Developer | NerdWallet |
[email protected] | |
Payment Type | free |
Extension Website | https://www.nerdwallet.com/ |
Help Page URL | https://support.nerdwallet.com/hc/en-us/?trk=nw_gf_5.0 |
Privacy Policy Page URL | https://www.nerdwallet.com/p/privacy-policy?trk=nw_gf_5.0 |
Supported Languages | 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": [ " |