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!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ntko ekey component.
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
ผู้พัฒนา | 重庆软航科技有限公司 |
อีเมล | [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" ] } ] } |