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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название 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"
            ]
        }
    ]
}