Synchrony Mastercard Browser Extension

Secure online shopping with the ease of a virtual card.

Synchrony Mastercard Browser Extension क्या है?

Synchrony Mastercard Browser Extension https://synchrony.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Secure online shopping with the ease of a virtual card."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Synchrony Mastercard Browser Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        ONLINE SHOPPING JUST GOT EASIER, AND MORE SECURE.

Add the Synchrony extension to your Chrome browser and take immediate advantage of:

THE FLEXIBILITY TO MAKE ONLINE PURCHASES WITHOUT YOUR SYNCHRONY MASTERCARD CREDIT CARD OR CARD NUMBER

ENHANCED SECURITY OF A VIRTUAL CARD THAT DOESN’T SHARE YOUR REAL CARD INFORMATION WITH MERCHANTS OR POSSIBLE HACKERS DOWN THE ROAD

Just add the extension to your Chrome browser, start shopping and it will automatically pop up at checkout to help you complete your purchase.

The Synchrony extension is totally FREE to download and use.

By installing, you agree to our terms of service: https://www.synchrony.com/terms-of-use.html

Only available to Synchrony Mastercard Cardholders as a BETA experience. Not a customer, Apply here: https://www.synchronybank.com/creditcard/                    

एक्सटेंशन की मूल जानकारी

नाम Synchrony Mastercard Browser Extension Synchrony Mastercard Browser Extension
ID mncgckjojlagknopfpghdfdgldjepfib
आधिकारिक URL https://chromewebstore.google.com/detail/synchrony-mastercard-brow/mncgckjojlagknopfpghdfdgldjepfib
विवरण Secure online shopping with the ease of a virtual card.
फ़ाइल का आकार 3.91 MB
स्थापना संख्या 111
वर्तमान संस्करण 0.0.73
अंतिम अपडेट 2024-01-10
प्रकाशन तिथि 2024-01-04
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://synchrony.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.synchrony.com
सहायता पृष्ठ URL https://www.synchrony.com/contact-us.html
गोपनीयता नीति पृष्ठ URL https://www.synchronybankterms.com/gecrbterms/includes/privacy_policy.html
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.73",
    "manifest_version": 3,
    "name": "Synchrony Mastercard Browser Extension",
    "short_name": "Synchrony Mastercard Browser Extension",
    "description": "Secure online shopping with the ease of a virtual card.",
    "permissions": [
        "alarms",
        "declarativeNetRequest",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_title": "Synchrony Mastercard Browser Extension",
        "default_icon": "assets\/images\/icon-blue-48.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "48": "assets\/images\/icon-blue-48.png",
        "128": "assets\/images\/icon-blue-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/**"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/pvapp.synchronycredit.com\/incubation\/login\/*"
        ]
    },
    "commands": {
        "pop_widget": {
            "suggested_key": {
                "default": "Alt+Shift+E",
                "mac": "Alt+Shift+E"
            },
            "description": "Pop the content script on the current page."
        }
    }
}