Cybersource Virtual Terminal Extension
Securely accept credit card payments from your computer today.
什么是Cybersource Virtual Terminal Extension?
Cybersource Virtual Terminal Extension是由CyberSource开发的Chrome扩展程序,该扩展的主要功能是“Securely accept credit card payments from your computer today.”。
扩展截图
下载Cybersource Virtual Terminal Extension扩展crx文件
下载Cybersource Virtual Terminal Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Cybersource Virtual Terminal Extension |
ID | ncoaggblfcoebmhjccmefjhegofdimhp |
官方URL | https://chromewebstore.google.com/detail/cybersource-virtual-termi/ncoaggblfcoebmhjccmefjhegofdimhp |
简介 | Securely accept credit card payments from your computer today. |
文件大小 | 17.13 KB |
安装次数 | 133 |
当前版本 | 2.0.4 |
更新时间 | 2023-08-09 |
上架时间 | 2019-01-31 |
开发者 | CyberSource |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.cybersource.com/ |
隐私政策页面URL | https://www.cybersource.com/privacy |
支持的语言 | 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" ] } ] } |