Comunicación WEB-JAVA NW Suprema Biomini
Abrir y recibir autenticaciones con el dispositivo Suprema.
Wat is Comunicación WEB-JAVA NW Suprema Biomini?
Comunicación WEB-JAVA NW Suprema Biomini is een Chrome-extensie ontwikkeld door https://www.gruponw.com, en de belangrijkste functie is "Abrir y recibir autenticaciones con el dispositivo Suprema.".
Extensie Screenshots
Download het CRX-bestand van de extensie Comunicación WEB-JAVA NW Suprema Biomini
Download Comunicación WEB-JAVA NW Suprema Biomini-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
Aplicativo para leer dispositivos biométricos Suprema Biomini y devolver la trama de la huella para ser almacenada Basisinformatie over de Extensie
| Naam | |
| ID | pnobbcpbjpogonkkmlfgblafnhkjcnnl |
| Officiële URL | https://chromewebstore.google.com/detail/comunicaci%C3%B3n-web-java-nw/pnobbcpbjpogonkkmlfgblafnhkjcnnl |
| Beschrijving | Abrir y recibir autenticaciones con el dispositivo Suprema. |
| Bestandsgrootte | 20.57 KB |
| Aantal Installaties | 44 |
| Huidige Versie | 1.4 |
| Laatst Bijgewerkt | 2018-11-30 |
| Publicatiedatum | 2018-11-26 |
| Ontwikkelaar | https://www.gruponw.com |
| [email protected] | |
| Betalingswijze | free |
| 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 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"
]
} | |