Cybersource Virtual Terminal Extension
Securely accept credit card payments from your computer today.
Cybersource Virtual Terminal Extension là gì?
Cybersource Virtual Terminal Extension là một tiện ích mở rộng Chrome được phát triển bởi CyberSource, và tính năng chính của nó là "Securely accept credit card payments from your computer today.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Cybersource Virtual Terminal Extension
Tải xuống các tệp mở rộng Cybersource Virtual Terminal Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Cybersource Virtual Terminal Extension |
ID | ncoaggblfcoebmhjccmefjhegofdimhp |
URL Chính Thức | https://chromewebstore.google.com/detail/cybersource-virtual-termi/ncoaggblfcoebmhjccmefjhegofdimhp |
Mô tả | Securely accept credit card payments from your computer today. |
Kích Thước Tệp | 17.13 KB |
Số Lần Cài Đặt | 133 |
Phiên Bản Hiện Tại | 2.0.4 |
Cập Nhật Lần Cuối | 2023-08-09 |
Ngày Phát Hành | 2019-01-31 |
Nhà Phát Triển | CyberSource |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.cybersource.com/ |
URL Trang Chính Sách Bảo Mật | https://www.cybersource.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |