Ntko ekey component.
The relevant information of the smart password key can be obtained on the browser!
Qu'est-ce que Ntko ekey component. ?
Ntko ekey component. est une extension Chrome développée par 重庆软航科技有限公司, et sa fonction principale est "The relevant information of the smart password key can be obtained on the browser!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Ntko ekey component.
Téléchargez les fichiers d'extension Ntko ekey component. au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
在浏览器上能够获取智能密码钥匙的相关信息并能够进行相关的签名、摘要等操作!
Informations de Base sur l'Extension
Nom | |
ID | jfcehbjjemppldbeohilpjakhmjnncdk |
URL Officiel | https://chromewebstore.google.com/detail/ntko-ekey-component/jfcehbjjemppldbeohilpjakhmjnncdk |
Description | The relevant information of the smart password key can be obtained on the browser! |
Taille du Fichier | 17.09 KB |
Nombre d'Installations | 256 |
Version Actuelle | 1.1.1 |
Dernière Mise à Jour | 2023-08-25 |
Date de Publication | 2021-08-13 |
Développeur | 重庆软航科技有限公司 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.ntko.com |
URL de la Page d'Aide | http://dev.ntko.com |
Langues Prises en Charge | 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" ] } ] } |