Citi Shop℠: Smarter Online Shopping
The free Citi Shop℠ browser extension finds offers at over 5,000 online merchants.
Citi Shop℠: Smarter Online Shopping란 무엇입니까?
Citi Shop℠: Smarter Online Shopping은(는) Citibank, N.A.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The free Citi Shop℠ browser extension finds offers at over 5,000 online merchants."입니다.
확장 프로그램 스크린샷
Citi Shop℠: Smarter Online Shopping 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Introducing smarter online shopping, exclusively for eligible Citi® credit card customers. With the Citi Shop program, you can download a free browser extension to help you find ways to save when you shop online. Download the Citi Shop extension and enroll your eligible Citi credit card. Then simply shop at your favorite online stores. Citi Shop℠ automatically searches behind the scenes to find % or $ back offers that give you statement credits to your enrolled Citi credit card after you activate the offer. Plus, save with coupons at checkout. It's easy to see how much you've saved — track your savings in the Citi Shop dashboard.
확장 프로그램 기본 정보
이름 | Citi Shop℠: Smarter Online Shopping |
ID | coilflpnmfnnbdpjfcglhgommahebcci |
공식 URL | https://chromewebstore.google.com/detail/citi-shop%E2%84%A0-smarter-online/coilflpnmfnnbdpjfcglhgommahebcci |
설명 | The free Citi Shop℠ browser extension finds offers at over 5,000 online merchants. |
파일 크기 | 9.63 MB |
설치 횟수 | 9,000 |
현재 버전 | 1.6.4 |
최근 업데이트 | 2024-01-21 |
출시 날짜 | 2024-01-21 |
평점 | 3.92/5 총 13 개의 평점 |
개발자 | Citibank, N.A. |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.citi.com/credit-cards/citishop/home |
도움말 페이지 URL | https://www.citi.com/credit-cards/citishop/support |
개인정보 보호 정책 페이지 URL | https://online.citi.com/US/JRS/portal/template.do?ID=Privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.6.4", "name": "Citi Shop\u2120: Smarter Online Shopping", "short_name": "Citi Shop\u2120", "description": "The free Citi Shop\u2120 browser extension finds offers at over 5,000 online merchants.", "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": [ "oauth.html", "shoppay.js" ], "matches": [ " |