NerdWallet
Coupons and rewards
NerdWallet là gì?
NerdWallet là một tiện ích mở rộng Chrome được phát triển bởi NerdWallet, và tính năng chính của nó là "Coupons and rewards".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng NerdWallet
Tải xuống các tệp mở rộng NerdWallet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | NerdWallet |
ID | mfgppbbdeofhlcdcgomihmhaljojfial |
URL Chính Thức | https://chromewebstore.google.com/detail/nerdwallet/mfgppbbdeofhlcdcgomihmhaljojfial |
Mô tả | Coupons and rewards |
Kích Thước Tệp | 2.74 MB |
Số Lần Cài Đặt | 1,451 |
Phiên Bản Hiện Tại | 1.0.7 |
Cập Nhật Lần Cuối | 2024-01-25 |
Ngày Phát Hành | 2023-09-22 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | NerdWallet |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.nerdwallet.com/ |
URL Trang Trợ Giúp | https://support.nerdwallet.com/hc/en-us/?trk=nw_gf_5.0 |
URL Trang Chính Sách Bảo Mật | https://www.nerdwallet.com/p/privacy-policy?trk=nw_gf_5.0 |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |