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.”。
擴展截圖
下載NLToken擴展crx文件
下載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/ 擴展基本資訊
| 名稱 | |
| ID | doogaehilcikliedmollaopciboeogcl |
| 官方網址 | 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"
]
} | |