ActivID CMS extension
ActivID Credential Management System Extension
What is ActivID CMS extension?
ActivID CMS extension is a Chrome extension developed by hid-global-chrome-web-store, and its main feature is "ActivID Credential Management System Extension".
Extension Screenshots
Download ActivID CMS extension Extension CRX File
Download ActivID CMS 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
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.
Extension Basic Information
Name | ActivID CMS extension |
ID | ddfoinleihmgpkhfmemkncgffilfahnm |
Official URL | https://chromewebstore.google.com/detail/activid-cms-extension/ddfoinleihmgpkhfmemkncgffilfahnm |
Description | ActivID Credential Management System Extension |
File Size | 41.58 KB |
Installation Count | 1,004,556 |
Current Version | 5.10.0.46 |
Last Updated | 2023-02-24 |
Publish Date | 2022-09-09 |
Developer | hid-global-chrome-web-store |
[email protected] | |
Payment Type | free |
Extension Website | https://www.hidglobal.com/products/software/activid/activid-credential-management-system |
Help Page URL | https://support.hidglobal.com/ |
Supported Languages | 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" } } } |