NerdWallet
Coupons and rewards
NerdWallet क्या है?
NerdWallet NerdWallet द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Coupons and rewards"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में NerdWallet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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": [ " |