Versasec - Smart Card Plugin

Plugin provides subset of smart card functionality

Versasec - Smart Card Plugin là gì?

Versasec - Smart Card Plugin là một tiện ích mở rộng Chrome được phát triển bởi joerg.dettmann, và tính năng chính của nó là "Plugin provides subset of smart card functionality".

Ả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 Versasec - Smart Card Plugin

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

                        Development version to test smart card access via an extension.                    

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

Tên Versasec - Smart Card Plugin Versasec - Smart Card Plugin
ID ahaijnliojgheoiiboelejgebahklgjh
URL Chính Thức https://chromewebstore.google.com/detail/versasec-smart-card-plugi/ahaijnliojgheoiiboelejgebahklgjh
Mô tả Plugin provides subset of smart card functionality
Kích Thước Tệp 44.07 KB
Số Lần Cài Đặt 78
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2021-11-17
Ngày Phát Hành 2020-10-03
Nhà Phát Triển joerg.dettmann
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://versasec.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Versasec - Smart Card Plugin",
    "version": "1.4",
    "description": "Plugin provides subset \n\r of smart card functionality",
    "permissions": [
        "activeTab",
        "nativeMessaging"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Self Service console",
        "default_popup": "popup.html",
        "browser_style": true,
        "default_icon": {
            "16": "images\/vsec_icon16.png",
            "32": "images\/vsec_icon32.png",
            "48": "images\/vsec_icon48.png",
            "128": "images\/vsec_icon128.png"
        }
    },
    "icons": {
        "16": "images\/vsec_icon16.png",
        "32": "images\/vsec_icon32.png",
        "48": "images\/vsec_icon48.png",
        "128": "images\/vsec_icon128.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.test.de\/*"
        ]
    },
    "manifest_version": 2
}