Axiad Portal Extension
Interface for authenticators such a Smart Cards and YubiKeys
Vad är Axiad Portal Extension?
Axiad Portal Extension är en Chrome-tillägg utvecklad av Axiad IDS, och dess huvudfunktion är "Interface for authenticators such a Smart Cards and YubiKeys".
Tilläggsskärmbilder
Ladda ner Axiad Portal Extension-förlängningens CRX-fil
Ladda ner Axiad Portal Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | pbabkmdefcmabmlmnkmnlcijhcgmmdnc |
| Officiell webbadress | https://chromewebstore.google.com/detail/axiad-portal-extension/pbabkmdefcmabmlmnkmnlcijhcgmmdnc |
| Beskrivning | Interface for authenticators such a Smart Cards and YubiKeys |
| Filstorlek | 45.6 KB |
| Antal Installationer | 300,000 |
| Aktuell Version | 1.5.0 |
| Senast Uppdaterad | 2022-05-31 |
| Publiceringsdatum | 2020-06-04 |
| Betyg | 3.67/5 Totalt 3 Betyg |
| Utvecklare | Axiad IDS |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.axiad.com/ |
| Stödda Språk | 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"
}
} | |