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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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."
        }
    }
}