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