Ntko ekey component.

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

Ntko ekey component. là gì?

Ntko ekey component. là một tiện ích mở rộng Chrome được phát triển bởi 重庆软航科技有限公司, và tính năng chính của nó là "The relevant information of the smart password key can be obtained on the browser!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ntko ekey component.

Tải xuống các tệp mở rộng Ntko ekey component. dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ntko ekey component. Ntko ekey component.
ID jfcehbjjemppldbeohilpjakhmjnncdk
URL Chính Thức https://chromewebstore.google.com/detail/ntko-ekey-component/jfcehbjjemppldbeohilpjakhmjnncdk
Mô tả The relevant information of the smart password key can be obtained on the browser!
Kích Thước Tệp 17.09 KB
Số Lần Cài Đặt 256
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2023-08-25
Ngày Phát Hành 2021-08-13
Nhà Phát Triển 重庆软航科技有限公司
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.ntko.com
URL Trang Trợ Giúp http://dev.ntko.com
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}