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 |
官方網址 | 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" } } |