ActivID CMS extension
ActivID Credential Management System Extension
ActivID CMS extension là gì?
ActivID CMS extension là một tiện ích mở rộng Chrome được phát triển bởi hid-global-chrome-web-store, và tính năng chính của nó là "ActivID Credential Management System Extension".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ActivID CMS extension
Tải xuống các tệp mở rộng ActivID CMS extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ActivID CMS extension |
ID | ddfoinleihmgpkhfmemkncgffilfahnm |
URL Chính Thức | https://chromewebstore.google.com/detail/activid-cms-extension/ddfoinleihmgpkhfmemkncgffilfahnm |
Mô tả | ActivID Credential Management System Extension |
Kích Thước Tệp | 41.58 KB |
Số Lần Cài Đặt | 1,004,556 |
Phiên Bản Hiện Tại | 5.10.0.46 |
Cập Nhật Lần Cuối | 2023-02-24 |
Ngày Phát Hành | 2022-09-09 |
Nhà Phát Triển | hid-global-chrome-web-store |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.hidglobal.com/products/software/activid/activid-credential-management-system |
URL Trang Trợ Giúp | https://support.hidglobal.com/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } } } |