Cybersource Virtual Terminal Extension
Securely accept credit card payments from your computer today.
Cybersource Virtual Terminal Extensionคืออะไร?
Cybersource Virtual Terminal Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CyberSource และคุณลักษณะหลักของมันคือ "Securely accept credit card payments from your computer today."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cybersource Virtual Terminal Extension
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } ] } |