Axiad Portal Extension
Interface for authenticators such a Smart Cards and YubiKeys
Co to jest Axiad Portal Extension?
Axiad Portal Extension to rozszerzenie Chrome opracowane przez Axiad IDS, a jego główną funkcją jest „Interface for authenticators such a Smart Cards and YubiKeys”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Axiad Portal Extension
Pobierz pliki rozszerzeń Axiad Portal Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Axiad Portal Extension |
ID | pbabkmdefcmabmlmnkmnlcijhcgmmdnc |
Oficjalny URL | https://chromewebstore.google.com/detail/axiad-portal-extension/pbabkmdefcmabmlmnkmnlcijhcgmmdnc |
Opis | Interface for authenticators such a Smart Cards and YubiKeys |
Rozmiar pliku | 45.6 KB |
Liczba instalacji | 300,000 |
Aktualna Wersja | 1.5.0 |
Ostatnia Aktualizacja | 2022-05-31 |
Data Publikacji | 2020-06-04 |
Ocena | 3.67/5 Łącznie 3 Oceny |
Deweloper | Axiad IDS |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.axiad.com/ |
Obsługiwane Języki | 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" } } |