Ntko ekey component.
The relevant information of the smart password key can be obtained on the browser!
Ntko ekey component.とは何ですか?
Ntko ekey component.は重庆软航科技有限公司によって開発されたChromeの拡張機能で、その主な機能は「The relevant information of the smart password key can be obtained on the browser!」です。
拡張機能のスクリーンショット
Ntko ekey component.拡張機能のCRXファイルをダウンロード
Ntko ekey component.拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
在浏览器上能够获取智能密码钥匙的相关信息并能够进行相关的签名、摘要等操作!
拡張機能の基本情報
名前 | |
ID | jfcehbjjemppldbeohilpjakhmjnncdk |
公式URL | https://chromewebstore.google.com/detail/ntko-ekey-component/jfcehbjjemppldbeohilpjakhmjnncdk |
説明 | The relevant information of the smart password key can be obtained on the browser! |
ファイルサイズ | 17.09 KB |
インストール数 | 256 |
現在のバージョン | 1.1.1 |
最終更新日 | 2023-08-25 |
公開日 | 2021-08-13 |
開発者 | 重庆软航科技有限公司 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://www.ntko.com |
ヘルプページのURL | http://dev.ntko.com |
対応言語 | 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" ] } ] } |