Axiad Portal Extension
Interface for authenticators such a Smart Cards and YubiKeys
Qu'est-ce que Axiad Portal Extension ?
Axiad Portal Extension est une extension Chrome développée par Axiad IDS, et sa fonction principale est "Interface for authenticators such a Smart Cards and YubiKeys".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Axiad Portal Extension
Téléchargez les fichiers d'extension Axiad Portal Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Axiad Portal Extension |
ID | pbabkmdefcmabmlmnkmnlcijhcgmmdnc |
URL Officiel | https://chromewebstore.google.com/detail/axiad-portal-extension/pbabkmdefcmabmlmnkmnlcijhcgmmdnc |
Description | Interface for authenticators such a Smart Cards and YubiKeys |
Taille du Fichier | 45.6 KB |
Nombre d'Installations | 300,000 |
Version Actuelle | 1.5.0 |
Dernière Mise à Jour | 2022-05-31 |
Date de Publication | 2020-06-04 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | Axiad IDS |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.axiad.com/ |
Langues Prises en Charge | 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" } } |