Comunicación WEB-JAVA NWJ
Abrir y recibir autenticaciones con el dispositivo Digital Persona.
What is Comunicación WEB-JAVA NWJ?
Comunicación WEB-JAVA NWJ is a Chrome extension developed by https://www.gruponw.com, and its main feature is "Abrir y recibir autenticaciones con el dispositivo Digital Persona.".
Extension Screenshots
Download Comunicación WEB-JAVA NWJ Extension CRX File
Download Comunicación WEB-JAVA NWJ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Sistema de captura y verificación de huellas con parámetros desde el navegador WEB de acuerdo a la tecnología de Digital Persona
Extension Basic Information
Name | Comunicación WEB-JAVA NWJ |
ID | cecgcbobkhfnkgobpmbalejognigkjfj |
Official URL | https://chromewebstore.google.com/detail/comunicaci%C3%B3n-web-java-nwj/cecgcbobkhfnkgobpmbalejognigkjfj |
Description | Abrir y recibir autenticaciones con el dispositivo Digital Persona. |
File Size | 20.62 KB |
Installation Count | 191 |
Current Version | 1.2 |
Last Updated | 2018-05-25 |
Publish Date | 2018-05-25 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://www.gruponw.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.sanitco.com/ |
Help Page URL | https://www.sanitco.com/caracteristicas |
Privacy Policy Page URL | https://www.gruponw.com/politicas |
Supported Languages | 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" ] } |