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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
在浏览器上能够获取智能密码钥匙的相关信息并能够进行相关的签名、摘要等操作!
확장 프로그램 기본 정보
이름 | |
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 |
개발자 | 重庆软航科技有限公司 |
이메일 | [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" ] } ] } |