Citi Shop℠: Smarter Online Shopping

The free Citi Shop℠ browser extension finds offers at over 5,000 online merchants.

Citi Shop℠: Smarter Online Shopping là gì?

Citi Shop℠: Smarter Online Shopping là một tiện ích mở rộng Chrome được phát triển bởi Citibank, N.A., và tính năng chính của nó là "The free Citi Shop℠ browser extension finds offers at over 5,000 online merchants.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Citi Shop℠: Smarter Online Shopping

Tải xuống các tệp mở rộng Citi Shop℠: Smarter Online Shopping dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Citi Shop℠: Smarter Online Shopping Citi Shop℠: Smarter Online Shopping
ID coilflpnmfnnbdpjfcglhgommahebcci
URL Chính Thức https://chromewebstore.google.com/detail/citi-shop%E2%84%A0-smarter-online/coilflpnmfnnbdpjfcglhgommahebcci
Mô tả The free Citi Shop℠ browser extension finds offers at over 5,000 online merchants.
Kích Thước Tệp 9.63 MB
Số Lần Cài Đặt 9,000
Phiên Bản Hiện Tại 1.6.4
Cập Nhật Lần Cuối 2024-01-21
Ngày Phát Hành 2024-01-21
Đánh Giá 3.92/5 Tổng số 13 Đánh Giá
Nhà Phát Triển Citibank, N.A.
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.citi.com/credit-cards/citishop/home
URL Trang Trợ Giúp https://www.citi.com/credit-cards/citishop/support
URL Trang Chính Sách Bảo Mật https://online.citi.com/US/JRS/portal/template.do?ID=Privacy
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        },
        {
            "resources": [
                "shoppay.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}