NLToken

NLToken supports the creation of the CSR required to apply for a certificate and the management of online electronic signatures.

NLToken क्या है?

NLToken NETLOCK Ltd. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "NLToken supports the creation of the CSR required to apply for a certificate and the management of online electronic signatures."।

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

screenshot

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

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

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

                        The NETLOCK NLToken plug-in allows you creating an electronic signature with a smart card in your web browser or generating a key to request a software based certificate.
Key generation: the key pair is created on your computer and the private key will be stored encrypted by the Windows operating system.
By installing the plug-in, your browser will be capable to perform electronic signature operations and to generate certificate requests as well.
For using the NLToken plug-in, managing smart cards and generating certificate signing requests an application is also required, whose installer can be downloaded from our website:
https://netlock.hu/                    

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

नाम NLToken NLToken
ID doogaehilcikliedmollaopciboeogcl
आधिकारिक URL https://chromewebstore.google.com/detail/nltoken/doogaehilcikliedmollaopciboeogcl
विवरण NLToken supports the creation of the CSR required to apply for a certificate and the management of online electronic signatures.
फ़ाइल का आकार 30.79 KB
स्थापना संख्या 10,000
वर्तमान संस्करण 2.0.2
अंतिम अपडेट 2022-06-29
प्रकाशन तिथि 2021-02-12
रेटिंग 1.00/5 कुल 3 रेटिंग्स
डेवलपर NETLOCK Ltd.
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://netlock.hu/
सहायता पृष्ठ URL https://netlock.hu/
गोपनीयता नीति पृष्ठ URL https://netlock.hu/aktualis-szabalyzatok
समर्थित भाषाएँ en,en-GB,en-US,hu
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "2.0.2",
    "minimum_chrome_version": "40.0",
    "manifest_version": 2,
    "description": "__MSG_appDesc__",
    "default_locale": "hu",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.overdrive.com\/*",
                "*:\/\/*\/*.svg",
                "https:\/\/ebs.instructure.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "file:\/\/\/*",
                "*:\/\/*\/*"
            ],
            "js": [
                "keygen_content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "nativeMessaging"
    ]
}