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.
Eメール [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": [
                ""
            ]
        }
    ]
}