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 |
| 公式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. |
| Eメール | [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"
]
} | |