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!”。

擴展截圖

screenshot
screenshot

下載Ntko ekey component.擴展crx文件

下載Ntko ekey component.擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        在浏览器上能够获取智能密码钥匙的相关信息并能够进行相关的签名、摘要等操作!                    

擴展基本資訊

名稱 Ntko ekey component. Ntko ekey component.
ID jfcehbjjemppldbeohilpjakhmjnncdk
官方網址 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"
            ]
        }
    ]
}