Ntko ekey component.
The relevant information of the smart password key can be obtained on the browser!
Cos'è Ntko ekey component.?
Ntko ekey component. è un'estensione di Chrome sviluppata da 重庆软航科技有限公司, e la sua funzione principale è "The relevant information of the smart password key can be obtained on the browser!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Ntko ekey component.
Scarica i file di estensione Ntko ekey component. in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
在浏览器上能够获取智能密码钥匙的相关信息并能够进行相关的签名、摘要等操作!
Informazioni di Base sull'Estensione
Nome | |
ID | jfcehbjjemppldbeohilpjakhmjnncdk |
URL Ufficiale | https://chromewebstore.google.com/detail/ntko-ekey-component/jfcehbjjemppldbeohilpjakhmjnncdk |
Descrizione | The relevant information of the smart password key can be obtained on the browser! |
Dimensione del File | 17.09 KB |
Conteggio Installazioni | 256 |
Versione Corrente | 1.1.1 |
Ultimo Aggiornamento | 2023-08-25 |
Data di Pubblicazione | 2021-08-13 |
Sviluppatore | 重庆软航科技有限公司 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.ntko.com |
URL della Pagina di Aiuto | http://dev.ntko.com |
Lingue Supportate | 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" ] } ] } |