Document signing component for NKČR

Component for calling I.CA native libraries with PKI services for NKČR.

Document signing component for NKČR क्या है?

Document signing component for NKČR NKČR द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Component for calling I.CA native libraries with PKI services for NKČR."।

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

screenshot

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

crx प्रारूप में Document signing component for NKČR एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        The component is used to work with certificates and smart card in a web browser environment. Enables digital signing, certificate-based authentication. The certificate allows the signing of documents, e-mails, serves for communication with state administration authorities.                    

एक्सटेंशन की मूल जानकारी

नाम Document signing component for NKČR Document signing component for NKČR
ID pnofkpnfmljeoipnjheegodoeeihphfa
आधिकारिक URL https://chromewebstore.google.com/detail/document-signing-componen/pnofkpnfmljeoipnjheegodoeeihphfa
विवरण Component for calling I.CA native libraries with PKI services for NKČR.
फ़ाइल का आकार 30.65 KB
स्थापना संख्या 1,765
वर्तमान संस्करण 2.1.0.1
अंतिम अपडेट 2022-11-07
प्रकाशन तिथि 2021-05-26
डेवलपर NKČR
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://ica.cz
सहायता पृष्ठ URL https://ica.cz/podpora
समर्थित भाषाएँ en,sk,cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "NKCR PKI",
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "permissions": [
        "nativeMessaging",
        "activeTab",
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.nkcr.cz\/*",
        "*:\/\/localhost\/*"
    ],
    "manifest_version": 3,
    "version": "2.1.0.1",
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.nkcr.cz\/*"
        ]
    },
    "icons": {
        "128": "icons\/icon-128.png"
    },
    "action": {
        "default_icon": "icons\/icon-38.png",
        "default_title": "__MSG_appName__"
    }
}