Cybersource Virtual Terminal Extension

Securely accept credit card payments from your computer today.

What is Cybersource Virtual Terminal Extension?

Cybersource Virtual Terminal Extension is a Chrome extension developed by CyberSource, and its main feature is "Securely accept credit card payments from your computer today.".

Extension Screenshots

screenshot

Download Cybersource Virtual Terminal Extension Extension CRX File

Download Cybersource Virtual Terminal Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This Chrome™ browser extension is a component of the Cybersource® Virtual Terminal and is required to process chip card transactions for Virtual Terminal users on Windows 7, 8, and 10. The extension enables Virtual Terminal to connect and process card transactions using a card reader. To process transactions, you must have an active Cybersource account. 

To register or get more information, visit: https://www.cybersource.com.                    

Extension Basic Information

Name Cybersource Virtual Terminal Extension Cybersource Virtual Terminal Extension
ID ncoaggblfcoebmhjccmefjhegofdimhp
Official URL https://chromewebstore.google.com/detail/cybersource-virtual-termi/ncoaggblfcoebmhjccmefjhegofdimhp
Description Securely accept credit card payments from your computer today.
File Size 17.13 KB
Installation Count 133
Current Version 2.0.4
Last Updated 2023-08-09
Publish Date 2019-01-31
Developer CyberSource
Email [email protected]
Payment Type free
Extension Website https://www.cybersource.com/
Privacy Policy Page URL https://www.cybersource.com/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cybersource Virtual Terminal Extension",
    "version": "2.0.4",
    "manifest_version": 3,
    "description": "Securely accept credit card payments from your computer today.",
    "externally_connectable": {
        "matches": [
            "https:\/\/*.cybersource.com\/*"
        ]
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "nativeMessaging"
    ],
    "host_permissions": [
        "https:\/\/*.cybersource.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon-128.png"
            ],
            "matches": [
                "https:\/\/*.cybersource.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.cybersource.com\/*"
            ],
            "js": [
                "content_scripts\/vt-content-script.js"
            ]
        }
    ]
}