Axiad Portal Extension
Interface for authenticators such a Smart Cards and YubiKeys
Hvad er Axiad Portal Extension?
Axiad Portal Extension er en Chrome-udvidelse udviklet af Axiad IDS, og dens hovedfunktion er "Interface for authenticators such a Smart Cards and YubiKeys".
Udvidelsesskærmbilleder
Download Axiad Portal Extension-udvidelses-CRX-fil
Download Axiad Portal Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Axiad Portal Extension |
ID | pbabkmdefcmabmlmnkmnlcijhcgmmdnc |
Officiel URL | https://chromewebstore.google.com/detail/axiad-portal-extension/pbabkmdefcmabmlmnkmnlcijhcgmmdnc |
Beskrivelse | Interface for authenticators such a Smart Cards and YubiKeys |
Filstørrelse | 45.6 KB |
Antal Installationer | 300,000 |
Nuværende Version | 1.5.0 |
Senest Opdateret | 2022-05-31 |
Udgivelsesdato | 2020-06-04 |
Bedømmelse | 3.67/5 Samlet 3 Bedømmelser |
Udvikler | Axiad IDS |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.axiad.com/ |
Understøttede Sprog | 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" } } |