Citi Shop℠: Smarter Online Shopping

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

Qu'est-ce que Citi Shop℠: Smarter Online Shopping ?

Citi Shop℠: Smarter Online Shopping est une extension Chrome développée par Citibank, N.A., et sa fonction principale est "The free Citi Shop℠ browser extension finds offers at over 5,000 online merchants.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Citi Shop℠: Smarter Online Shopping

Téléchargez les fichiers d'extension Citi Shop℠: Smarter Online Shopping au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Citi Shop℠: Smarter Online Shopping Citi Shop℠: Smarter Online Shopping
ID coilflpnmfnnbdpjfcglhgommahebcci
URL Officiel https://chromewebstore.google.com/detail/citi-shop%E2%84%A0-smarter-online/coilflpnmfnnbdpjfcglhgommahebcci
Description The free Citi Shop℠ browser extension finds offers at over 5,000 online merchants.
Taille du Fichier 9.63 MB
Nombre d'Installations 9,000
Version Actuelle 1.6.4
Dernière Mise à Jour 2024-01-21
Date de Publication 2024-01-21
Évaluation 3.92/5 Total 13 Évaluations
Développeur Citibank, N.A.
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.citi.com/credit-cards/citishop/home
URL de la Page d'Aide https://www.citi.com/credit-cards/citishop/support
URL de la Page de Politique de Confidentialité https://online.citi.com/US/JRS/portal/template.do?ID=Privacy
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}