Axiad Portal Extension
Interface for authenticators such a Smart Cards and YubiKeys
Wat is Axiad Portal Extension?
Axiad Portal Extension is een Chrome-extensie ontwikkeld door Axiad IDS, en de belangrijkste functie is "Interface for authenticators such a Smart Cards and YubiKeys".
Extensie Screenshots
Download het CRX-bestand van de extensie Axiad Portal Extension
Download Axiad Portal Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Axiad Portal Extension |
ID | pbabkmdefcmabmlmnkmnlcijhcgmmdnc |
Officiële URL | https://chromewebstore.google.com/detail/axiad-portal-extension/pbabkmdefcmabmlmnkmnlcijhcgmmdnc |
Beschrijving | Interface for authenticators such a Smart Cards and YubiKeys |
Bestandsgrootte | 45.6 KB |
Aantal Installaties | 300,000 |
Huidige Versie | 1.5.0 |
Laatst Bijgewerkt | 2022-05-31 |
Publicatiedatum | 2020-06-04 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Axiad IDS |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.axiad.com/ |
Ondersteunde Talen | 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" } } |