Axiad Portal Extension

Interface for authenticators such a Smart Cards and YubiKeys

Axiad Portal Extension là gì?

Axiad Portal Extension là một tiện ích mở rộng Chrome được phát triển bởi Axiad IDS, và tính năng chính của nó là "Interface for authenticators such a Smart Cards and YubiKeys".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Axiad Portal Extension

Tải xuống các tệp mở rộng Axiad Portal 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

                        Axiad Portal Extension is a bridge between Axiad Unified Portal and the OS Smart Card interface to allow users to issue and manage their security devices, smart cards, and tokens.                    

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

Tên Axiad Portal Extension Axiad Portal Extension
ID pbabkmdefcmabmlmnkmnlcijhcgmmdnc
URL Chính Thức https://chromewebstore.google.com/detail/axiad-portal-extension/pbabkmdefcmabmlmnkmnlcijhcgmmdnc
Mô tả Interface for authenticators such a Smart Cards and YubiKeys
Kích Thước Tệp 45.6 KB
Số Lần Cài Đặt 300,000
Phiên Bản Hiện Tại 1.5.0
Cập Nhật Lần Cuối 2022-05-31
Ngày Phát Hành 2020-06-04
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Axiad IDS
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.axiad.com/
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Axiad Portal Extension",
    "version": "1.5.0",
    "author": "Axiad",
    "description": "Interface for authenticators such a Smart Cards and YubiKeys",
    "icons": {
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "permissions": [
        "nativeMessaging",
        "storage"
    ],
    "page_action": {
        "default_icon": {
            "40": "img\/off.png"
        },
        "default_title": "Axiad Portal Extension"
    },
    "background": {
        "scripts": [
            "api.js",
            "bg.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "js": [
                "fg.js"
            ],
            "run_at": "document_end"
        }
    ],
    "minimum_chrome_version": "55",
    "options_page": "opt\/page.htm",
    "storage": {
        "managed_schema": "storage.json"
    }
}