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

تحميل ملف CRX للإضافة Ntko ekey component.

قم بتنزيل ملفات الامتداد Ntko ekey component. بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
            ]
        }
    ]
}