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.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "NLToken supports the creation of the CSR required to apply for a certificate and the management of online electronic signatures."입니다.

확장 프로그램 스크린샷

screenshot

NLToken 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}