ActivID CMS extension

ActivID Credential Management System Extension

Hvad er ActivID CMS extension?

ActivID CMS extension er en Chrome-udvidelse udviklet af hid-global-chrome-web-store, og dens hovedfunktion er "ActivID Credential Management System Extension".

Udvidelsesskærmbilleder

screenshot

Download ActivID CMS extension-udvidelses-CRX-fil

Download ActivID CMS extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        The browser extension enables a credential management system to connect with a device (such as a smart card or USB key) via the browser. It provides the capability to provision credentials such as digital certificates into these devices, and to perform updates to the devices after the initial provisioning. 
This extension is compatible with ActivID Credential Management System.
If you use the WorkforceID Digital Credential Manager, or another application based on HID’s credential management technology, please use this extension instead: https://chrome.google.com/webstore/detail/hid-credential-management/ncphcdigcdkjeagemagmchkgommoifjd.                    

Grundlæggende oplysninger om udvidelsen

Navn ActivID CMS extension ActivID CMS extension
ID ddfoinleihmgpkhfmemkncgffilfahnm
Officiel URL https://chromewebstore.google.com/detail/activid-cms-extension/ddfoinleihmgpkhfmemkncgffilfahnm
Beskrivelse ActivID Credential Management System Extension
Filstørrelse 41.58 KB
Antal Installationer 1,004,556
Nuværende Version 5.10.0.46
Senest Opdateret 2023-02-24
Udgivelsesdato 2022-09-09
Udvikler hid-global-chrome-web-store
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.hidglobal.com/products/software/activid/activid-credential-management-system
Hjælpeside-URL https://support.hidglobal.com/
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ActivID CMS extension",
    "manifest_version": 3,
    "description": "ActivID Credential Management System Extension",
    "version": "5.10.0.46",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "service_worker": "hid_background.js"
    },
    "permissions": [
        "activeTab",
        "nativeMessaging"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/localhost\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "hid_content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "externally_connectable": {
        "ids": []
    },
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "96": "images\/icon96.png",
            "128": "images\/icon128.png"
        }
    }
}