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. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The free Citi Shop℠ browser extension finds offers at over 5,000 online merchants."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Citi Shop℠: Smarter Online Shopping एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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": [
                ""
            ]
        }
    ]
}