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.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Citi Shop℠: Smarter Online Shopping扩展crx文件

下载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 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": [
                ""
            ]
        },
        {
            "resources": [
                "shoppay.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}