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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Citibank, N.A. และคุณลักษณะหลักของมันคือ "The free Citi Shop℠ browser extension finds offers at over 5,000 online merchants."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Citi Shop℠: Smarter Online Shopping
ดาวน์โหลดไฟล์ส่วนขยาย Citi Shop℠: Smarter Online Shopping ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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": [ " |