Ntko ekey component.
The relevant information of the smart password key can be obtained on the browser!
Was ist Ntko ekey component.?
Ntko ekey component. ist eine Chrome-Erweiterung, die von 重庆软航科技有限公司 entwickelt wurde, und ihr Hauptmerkmal ist "The relevant information of the smart password key can be obtained on the browser!".
Erweiterungsscreenshots
Ntko ekey component.-Erweiterungs-CRX-Datei herunterladen
Laden Sie Ntko ekey component.-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
在浏览器上能够获取智能密码钥匙的相关信息并能够进行相关的签名、摘要等操作!
Grundlegende Informationen zur Erweiterung
Name | |
ID | jfcehbjjemppldbeohilpjakhmjnncdk |
Offizielle URL | https://chromewebstore.google.com/detail/ntko-ekey-component/jfcehbjjemppldbeohilpjakhmjnncdk |
Beschreibung | The relevant information of the smart password key can be obtained on the browser! |
Dateigröße | 17.09 KB |
Installationsanzahl | 256 |
Aktuelle Version | 1.1.1 |
Letztes Update | 2023-08-25 |
Veröffentlichungsdatum | 2021-08-13 |
Entwickler | 重庆软航科技有限公司 |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://www.ntko.com |
Hilfeseite URL | http://dev.ntko.com |
Unterstützte Sprachen | en-US,zh-CN |
manifest.json | |
{ "background": { "service_worker": "background\/background.js" }, "content_scripts": [ { "all_frames": true, "js": [ "background\/ntko-background.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_idle" } ], "default_locale": "en_US", "description": "__MSG_extensionDescription__", "homepage_url": "http:\/\/www.ntko.com\/", "icons": { "512": "icons\/ntko.png" }, "manifest_version": 3, "name": "__MSG_extensionName__", "permissions": [ "nativeMessaging" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.1", "web_accessible_resources": [ { "resources": [ "icons\/ntko.png" ], "matches": [ "*:\/\/*\/*" ], "extension_ids": [ "jfcehbjjemppldbeohilpjakhmjnncdk" ] } ] } |