ActivID CMS extension
ActivID Credential Management System Extension
什麼是ActivID CMS extension?
ActivID CMS extension是由hid-global-chrome-web-store開發的Chrome擴展程式,該擴展的主要功能是“ActivID Credential Management System Extension”。
擴展截圖
下載ActivID CMS extension擴展crx文件
下載ActivID CMS extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | ActivID CMS extension |
ID | ddfoinleihmgpkhfmemkncgffilfahnm |
官方網址 | https://chromewebstore.google.com/detail/activid-cms-extension/ddfoinleihmgpkhfmemkncgffilfahnm |
簡介 | ActivID Credential Management System Extension |
檔案大小 | 41.58 KB |
安裝次數 | 1,004,556 |
目前版本 | 5.10.0.46 |
更新時間 | 2023-02-24 |
上架時間 | 2022-09-09 |
開發者 | hid-global-chrome-web-store |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.hidglobal.com/products/software/activid/activid-credential-management-system |
說明頁面URL | https://support.hidglobal.com/ |
支援的語言 | 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" } } } |