Axiad Portal Extension
Interface for authenticators such a Smart Cards and YubiKeys
Cos'è Axiad Portal Extension?
Axiad Portal Extension è un'estensione di Chrome sviluppata da Axiad IDS, e la sua funzione principale è "Interface for authenticators such a Smart Cards and YubiKeys".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Axiad Portal Extension
Scarica i file di estensione Axiad Portal Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | pbabkmdefcmabmlmnkmnlcijhcgmmdnc |
| URL Ufficiale | https://chromewebstore.google.com/detail/axiad-portal-extension/pbabkmdefcmabmlmnkmnlcijhcgmmdnc |
| Descrizione | Interface for authenticators such a Smart Cards and YubiKeys |
| Dimensione del File | 45.6 KB |
| Conteggio Installazioni | 300,000 |
| Versione Corrente | 1.5.0 |
| Ultimo Aggiornamento | 2022-05-31 |
| Data di Pubblicazione | 2020-06-04 |
| Valutazione | 3.67/5 Totale 3 Valutazioni |
| Sviluppatore | Axiad IDS |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.axiad.com/ |
| Lingue Supportate | 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"
}
} | |