VASCO Smart Card Reader Extension
VASCO Smart Card Reader Chrome Extension
VASCO Smart Card Reader Extension란 무엇입니까?
VASCO Smart Card Reader Extension은(는) https://dp.demo.vasco.com/DP870_EXT에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "VASCO Smart Card Reader Chrome Extension"입니다.
확장 프로그램 스크린샷
VASCO Smart Card Reader Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |