NerdWallet
Coupons and rewards
NerdWallet란 무엇입니까?
NerdWallet은(는) NerdWallet에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Coupons and rewards"입니다.
확장 프로그램 스크린샷
NerdWallet 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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": [ " |