ActivID CMS extension
ActivID Credential Management System Extension
ActivID CMS extensionคืออะไร?
ActivID CMS extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hid-global-chrome-web-store และคุณลักษณะหลักของมันคือ "ActivID Credential Management System Extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ActivID CMS extension
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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" } } } |