VASCO Smart Card Reader Extension
VASCO Smart Card Reader Chrome Extension
VASCO Smart Card Reader Extensionคืออะไร?
VASCO Smart Card Reader Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dp.demo.vasco.com/DP870_EXT และคุณลักษณะหลักของมันคือ "VASCO Smart Card Reader Chrome Extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VASCO Smart Card Reader Extension
ดาวน์โหลดไฟล์ส่วนขยาย VASCO Smart Card Reader Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
VASCO DIGIPASS Smart Card Readers optimize investment in smart card technology by extending smart card use to include one-time passwords and electronic signatures. This extension enables a seamless installation and connection to the Chrome Browser for all DIGIPASS 870 and 875 Card Readers. DIGIPASS is VASCO’s line up of innovative strong authentication and transaction signing devices. As the world leader in providing two-factor authentication and electronic signature solutions to financial institutions, VASCO enables more than 10,000 customers in 100 countries to secure access, manage identities, verify transactions, and protect assets.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | VASCO Smart Card Reader Extension |
ID | doaamlfgfbkiofmbmaahkaaipgfmkhkh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/vasco-smart-card-reader-e/doaamlfgfbkiofmbmaahkaaipgfmkhkh |
คำอธิบาย | VASCO Smart Card Reader Chrome Extension |
ขนาดไฟล์ | 16.57 KB |
จำนวนการติดตั้ง | 6,571 |
เวอร์ชันปัจจุบัน | 2.3.3.0 |
อัปเดตครั้งล่าสุด | 2015-05-28 |
วันที่เผยแพร่ | 2015-05-28 |
คะแนน | 3.72/5 รวมทั้งหมด 18 คะแนน |
ผู้พัฒนา | https://dp.demo.vasco.com/DP870_EXT |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "VASCO Smart Card Reader Extension", "version": "2.3.3.0", "manifest_version": 2, "description": "VASCO Smart Card Reader Chrome Extension", "icons": { "128": "icon-128.png" }, "background": { "scripts": [ "background.js" ] }, "externally_connectable": { "matches": [ "http:\/\/localhost:8080\/*", "http:\/\/*.vasco.com\/*", "https:\/\/*.mydigipass.com\/*" ] }, "permissions": [ "nativeMessaging" ] } |