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」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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"
        }
    }
}