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开发的Chrome扩展程序,该扩展的主要功能是“Secure online shopping with the ease of a virtual card.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Synchrony Mastercard Browser Extension扩展crx文件

下载Synchrony Mastercard Browser Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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."
        }
    }
}