Axiad Portal Extension
Interface for authenticators such a Smart Cards and YubiKeys
什么是Axiad Portal Extension?
Axiad Portal Extension是由Axiad IDS开发的Chrome扩展程序,该扩展的主要功能是“Interface for authenticators such a Smart Cards and YubiKeys”。
扩展截图
下载Axiad Portal Extension扩展crx文件
下载Axiad Portal Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Axiad Portal Extension |
ID | pbabkmdefcmabmlmnkmnlcijhcgmmdnc |
官方URL | https://chromewebstore.google.com/detail/axiad-portal-extension/pbabkmdefcmabmlmnkmnlcijhcgmmdnc |
简介 | Interface for authenticators such a Smart Cards and YubiKeys |
文件大小 | 45.6 KB |
安装次数 | 300,000 |
当前版本 | 1.5.0 |
更新时间 | 2022-05-31 |
上架时间 | 2020-06-04 |
评分 | 3.67/5 共3次评分 |
开发者 | Axiad IDS |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.axiad.com/ |
支持的语言 | 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" } } |