VASCO Smart Card Reader Extension

VASCO Smart Card Reader Chrome Extension

VASCO Smart Card Reader Extension là gì?

VASCO Smart Card Reader Extension là một tiện ích mở rộng Chrome được phát triển bởi https://dp.demo.vasco.com/DP870_EXT, và tính năng chính của nó là "VASCO Smart Card Reader Chrome Extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng VASCO Smart Card Reader Extension

Tải xuống các tệp mở rộng VASCO Smart Card Reader 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

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên VASCO Smart Card Reader Extension VASCO Smart Card Reader Extension
ID doaamlfgfbkiofmbmaahkaaipgfmkhkh
URL Chính Thức https://chromewebstore.google.com/detail/vasco-smart-card-reader-e/doaamlfgfbkiofmbmaahkaaipgfmkhkh
Mô tả VASCO Smart Card Reader Chrome Extension
Kích Thước Tệp 16.57 KB
Số Lần Cài Đặt 6,571
Phiên Bản Hiện Tại 2.3.3.0
Cập Nhật Lần Cuối 2015-05-28
Ngày Phát Hành 2015-05-28
Đánh Giá 3.72/5 Tổng số 18 Đánh Giá
Nhà Phát Triển https://dp.demo.vasco.com/DP870_EXT
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}