ActivID CMS extension

ActivID Credential Management System Extension

Co to jest ActivID CMS extension?

ActivID CMS extension to rozszerzenie Chrome opracowane przez hid-global-chrome-web-store, a jego główną funkcją jest „ActivID Credential Management System Extension”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia ActivID CMS extension

Pobierz pliki rozszerzeń ActivID CMS extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa ActivID CMS extension ActivID CMS extension
ID ddfoinleihmgpkhfmemkncgffilfahnm
Oficjalny URL https://chromewebstore.google.com/detail/activid-cms-extension/ddfoinleihmgpkhfmemkncgffilfahnm
Opis ActivID Credential Management System Extension
Rozmiar pliku 41.58 KB
Liczba instalacji 1,004,556
Aktualna Wersja 5.10.0.46
Ostatnia Aktualizacja 2023-02-24
Data Publikacji 2022-09-09
Deweloper hid-global-chrome-web-store
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.hidglobal.com/products/software/activid/activid-credential-management-system
Adres URL Strony Pomocy https://support.hidglobal.com/
Obsługiwane Języki 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"
        }
    }
}