Comunicación WEB-JAVA NW Suprema Biomini

Abrir y recibir autenticaciones con el dispositivo Suprema.

Comunicación WEB-JAVA NW Suprema Biomini là gì?

Comunicación WEB-JAVA NW Suprema Biomini là một tiện ích mở rộng Chrome được phát triển bởi https://www.gruponw.com, và tính năng chính của nó là "Abrir y recibir autenticaciones con el dispositivo Suprema.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Comunicación WEB-JAVA NW Suprema Biomini

Tải xuống các tệp mở rộng Comunicación WEB-JAVA NW Suprema Biomini 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

                        Aplicativo para leer dispositivos biométricos Suprema Biomini y devolver la trama de la huella para ser almacenada                    

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

Tên Comunicación WEB-JAVA NW Suprema Biomini Comunicación WEB-JAVA NW Suprema Biomini
ID pnobbcpbjpogonkkmlfgblafnhkjcnnl
URL Chính Thức https://chromewebstore.google.com/detail/comunicaci%C3%B3n-web-java-nw/pnobbcpbjpogonkkmlfgblafnhkjcnnl
Mô tả Abrir y recibir autenticaciones con el dispositivo Suprema.
Kích Thước Tệp 20.57 KB
Số Lần Cài Đặt 44
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2018-11-30
Ngày Phát Hành 2018-11-26
Nhà Phát Triển https://www.gruponw.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.gruponw.com/politicas
Ngôn Ngữ Được Hỗ Trợ es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Comunicaci\u00f3n WEB-JAVA NW Suprema Biomini",
    "version": "1.4",
    "manifest_version": 2,
    "description": "Abrir y recibir autenticaciones con el dispositivo Suprema.",
    "background": {
        "scripts": [
            "main.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "nativeMessaging"
    ]
}