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 |
Eメール | [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" } } |