Axiad Portal Extension

Interface for authenticators such a Smart Cards and YubiKeys

What is Axiad Portal Extension?

Axiad Portal Extension is a Chrome extension developed by Axiad IDS, and its main feature is "Interface for authenticators such a Smart Cards and YubiKeys".

Extension Screenshots

screenshot
screenshot

Download Axiad Portal Extension Extension CRX File

Download Axiad Portal Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Axiad Portal Extension Axiad Portal Extension
ID pbabkmdefcmabmlmnkmnlcijhcgmmdnc
Official URL https://chromewebstore.google.com/detail/axiad-portal-extension/pbabkmdefcmabmlmnkmnlcijhcgmmdnc
Description Interface for authenticators such a Smart Cards and YubiKeys
File Size 45.6 KB
Installation Count 300,000
Current Version 1.5.0
Last Updated 2022-05-31
Publish Date 2020-06-04
Rating 3.67/5 Total 3 Ratings
Developer Axiad IDS
Email [email protected]
Payment Type free
Extension Website https://www.axiad.com/
Supported Languages 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"
    }
}