ActivID CMS extension
ActivID Credential Management System Extension
Was ist ActivID CMS extension?
ActivID CMS extension ist eine Chrome-Erweiterung, die von hid-global-chrome-web-store entwickelt wurde, und ihr Hauptmerkmal ist "ActivID Credential Management System Extension".
Erweiterungsscreenshots
ActivID CMS extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie ActivID CMS 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
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.
Grundlegende Informationen zur Erweiterung
Name | ActivID CMS extension |
ID | ddfoinleihmgpkhfmemkncgffilfahnm |
Offizielle URL | https://chromewebstore.google.com/detail/activid-cms-extension/ddfoinleihmgpkhfmemkncgffilfahnm |
Beschreibung | ActivID Credential Management System Extension |
Dateigröße | 41.58 KB |
Installationsanzahl | 1,004,556 |
Aktuelle Version | 5.10.0.46 |
Letztes Update | 2023-02-24 |
Veröffentlichungsdatum | 2022-09-09 |
Entwickler | hid-global-chrome-web-store |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.hidglobal.com/products/software/activid/activid-credential-management-system |
Hilfeseite URL | https://support.hidglobal.com/ |
Unterstützte Sprachen | 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" } } } |