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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |