Axiad Portal Extension

Interface for authenticators such a Smart Cards and YubiKeys

Was ist Axiad Portal Extension?

Axiad Portal Extension ist eine Chrome-Erweiterung, die von Axiad IDS entwickelt wurde, und ihr Hauptmerkmal ist "Interface for authenticators such a Smart Cards and YubiKeys".

Erweiterungsscreenshots

screenshot
screenshot

Axiad Portal Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Axiad Portal Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Axiad Portal Extension Axiad Portal Extension
ID pbabkmdefcmabmlmnkmnlcijhcgmmdnc
Offizielle URL https://chromewebstore.google.com/detail/axiad-portal-extension/pbabkmdefcmabmlmnkmnlcijhcgmmdnc
Beschreibung Interface for authenticators such a Smart Cards and YubiKeys
Dateigröße 45.6 KB
Installationsanzahl 300,000
Aktuelle Version 1.5.0
Letztes Update 2022-05-31
Veröffentlichungsdatum 2020-06-04
Bewertung 3.67/5 Insgesamt 3 Bewertungen
Entwickler Axiad IDS
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.axiad.com/
Unterstützte Sprachen 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"
    }
}