Comunicación WEB-JAVA NW Suprema Biomini

Abrir y recibir autenticaciones con el dispositivo Suprema.

Hvad er Comunicación WEB-JAVA NW Suprema Biomini?

Comunicación WEB-JAVA NW Suprema Biomini er en Chrome-udvidelse udviklet af https://www.gruponw.com, og dens hovedfunktion er "Abrir y recibir autenticaciones con el dispositivo Suprema.".

Udvidelsesskærmbilleder

screenshot

Download Comunicación WEB-JAVA NW Suprema Biomini-udvidelses-CRX-fil

Download Comunicación WEB-JAVA NW Suprema Biomini-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Comunicación WEB-JAVA NW Suprema Biomini Comunicación WEB-JAVA NW Suprema Biomini
ID pnobbcpbjpogonkkmlfgblafnhkjcnnl
Officiel URL https://chromewebstore.google.com/detail/comunicaci%C3%B3n-web-java-nw/pnobbcpbjpogonkkmlfgblafnhkjcnnl
Beskrivelse Abrir y recibir autenticaciones con el dispositivo Suprema.
Filstørrelse 20.57 KB
Antal Installationer 44
Nuværende Version 1.4
Senest Opdateret 2018-11-30
Udgivelsesdato 2018-11-26
Udvikler https://www.gruponw.com
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://www.gruponw.com/politicas
Understøttede Sprog 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"
    ]
}