ActivID CMS extension

ActivID Credential Management System Extension

ActivID CMS extension क्या है?

ActivID CMS extension hid-global-chrome-web-store द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "ActivID Credential Management System Extension"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ActivID CMS extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
        }
    }
}