Ntko ekey component.
The relevant information of the smart password key can be obtained on the browser!
O que é Ntko ekey component.?
Ntko ekey component. é uma extensão do Chrome desenvolvida por 重庆软航科技有限公司, e sua principal característica é "The relevant information of the smart password key can be obtained on the browser!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Ntko ekey component.
Baixe arquivos de extensão Ntko ekey component. no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
在浏览器上能够获取智能密码钥匙的相关信息并能够进行相关的签名、摘要等操作!
Informações Básicas da Extensão
Nome | |
ID | jfcehbjjemppldbeohilpjakhmjnncdk |
URL Oficial | https://chromewebstore.google.com/detail/ntko-ekey-component/jfcehbjjemppldbeohilpjakhmjnncdk |
Descrição | The relevant information of the smart password key can be obtained on the browser! |
Tamanho do Arquivo | 17.09 KB |
Contagem de Instalações | 256 |
Versão Atual | 1.1.1 |
Última Atualização | 2023-08-25 |
Data de Publicação | 2021-08-13 |
Desenvolvedor | 重庆软航科技有限公司 |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://www.ntko.com |
URL da Página de Ajuda | http://dev.ntko.com |
Idiomas Suportados | 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" ] } ] } |