Comunicación WEB-JAVA NWJ
Abrir y recibir autenticaciones con el dispositivo Digital Persona.
Wat is Comunicación WEB-JAVA NWJ?
Comunicación WEB-JAVA NWJ is een Chrome-extensie ontwikkeld door https://www.gruponw.com, en de belangrijkste functie is "Abrir y recibir autenticaciones con el dispositivo Digital Persona.".
Extensie Screenshots
Download het CRX-bestand van de extensie Comunicación WEB-JAVA NWJ
Download Comunicación WEB-JAVA NWJ-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Sistema de captura y verificación de huellas con parámetros desde el navegador WEB de acuerdo a la tecnología de Digital Persona
Basisinformatie over de Extensie
Naam | Comunicación WEB-JAVA NWJ |
ID | cecgcbobkhfnkgobpmbalejognigkjfj |
Officiële URL | https://chromewebstore.google.com/detail/comunicaci%C3%B3n-web-java-nwj/cecgcbobkhfnkgobpmbalejognigkjfj |
Beschrijving | Abrir y recibir autenticaciones con el dispositivo Digital Persona. |
Bestandsgrootte | 20.62 KB |
Aantal Installaties | 191 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2018-05-25 |
Publicatiedatum | 2018-05-25 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://www.gruponw.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.sanitco.com/ |
Help Pagina-URL | https://www.sanitco.com/caracteristicas |
URL van de Privacybeleid Pagina | https://www.gruponw.com/politicas |
Ondersteunde Talen | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Comunicaci\u00f3n WEB-JAVA NWJ", "version": "1.2", "manifest_version": 2, "description": "Abrir y recibir autenticaciones con el dispositivo Digital Persona.", "background": { "scripts": [ "main.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "icons": { "128": "icon-128.png" }, "permissions": [ "nativeMessaging" ] } |