NLToken

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

Τι είναι το NLToken;

Το NLToken είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον NETLOCK Ltd., και η κύρια λειτουργία του είναι "NLToken supports the creation of the CSR required to apply for a certificate and the management of online electronic signatures.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης NLToken

Λήψη αρχείων επέκτασης NLToken σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
    ]
}