Ntko ekey component.

The relevant information of the smart password key can be obtained on the browser!

Ntko ekey component. क्या है?

Ntko ekey component. 重庆软航科技有限公司 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The relevant information of the smart password key can be obtained on the browser!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Ntko ekey component. एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Ntko ekey component. Ntko ekey component.
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"
            ]
        }
    ]
}