U.S. Bank Shopping Deals
Activate U.S. Bank Shopping Deals rewards directly from 1,100+ store sites with one click and never miss out on rewards again.
U.S. Bank Shopping Deals란 무엇입니까?
U.S. Bank Shopping Deals은(는) U.S. Bank에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Activate U.S. Bank Shopping Deals rewards directly from 1,100+ store sites with one click and never miss out on rewards again."입니다.
확장 프로그램 스크린샷
U.S. Bank Shopping Deals 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Shop online and never miss out on U.S. Bank Shopping Deals rewards again. Install the Shopping Deals extension to leverage the benefits of shopping online and activate rewards directly from 1,100+ store sites with one click. Easy-to-activate reminders. The U.S. Bank Shopping Deals extension lets you know when to activate and earn rewards as you shop online at participating stores. Enjoy savings at your fingertips. Shop savvier thanks to coupon codes that are automatically applied at checkout. Compare rewards offers. Shop and earn with confidence thanks to Google search results that clearly display participating stores’ rewards offers. View your recent earnings. Enjoy easy access to your recent earnings, extra rewards, and bonus offers. Let the rewards you love come to you. By downloading and installing the U.S. Bank Shopping Deals extension, you are agreeing to the Terms & Conditions. https://shopping1.rewardscentermall.com/terms____.htm If you love earning Shopping Deals rewards, add the U.S. Bank Shopping Deals extension now to earn rewards every time you shop at your favorite online stores. Privacy Policy: https://www.usbank.com/about-us-bank/privacy.html
확장 프로그램 기본 정보
이름 | |
ID | pemficcdhelhbbhklaaedkoeilkmdghl |
공식 URL | https://chromewebstore.google.com/detail/us-bank-shopping-deals/pemficcdhelhbbhklaaedkoeilkmdghl |
설명 | Activate U.S. Bank Shopping Deals rewards directly from 1,100+ store sites with one click and never miss out on rewards again. |
파일 크기 | 3.71 MB |
설치 횟수 | 4,224 |
현재 버전 | 2.2.40 |
최근 업데이트 | 2023-10-25 |
출시 날짜 | 2023-04-12 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | U.S. Bank |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.usbank.com/about-us-bank/privacy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "U.S. Bank Shopping Deals", "version": "2.2.40", "description": "Activate U.S. Bank Shopping Deals rewards directly from 1,100+ store sites with one click and never miss out on rewards again.", "homepage_url": "https:\/\/shopping1.rewardscentermall.com\/", "author": "Cartera", "manifest_version": 3, "permissions": [ "tabs", "webNavigation", "webRequest", "storage", "unlimitedStorage", "cookies", "alarms" ], "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "bg\/bundle.js" }, "content_scripts": [ { "js": [ "content\/bundle.js" ], "matches": [ "*:\/\/*\/*" ] } ], "action": { "default_popup": "popup.html", "default_icon": { "16": "img\/icon-16.png", "32": "img\/icon-32.png" }, "default_title": "Shopping Deals Extension" }, "icons": { "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "web_accessible_resources": [ { "resources": [ "content\/*.css", "content\/*.svg" ], "matches": [ "*:\/\/*\/*" ] } ] } |