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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } ] } |