Comunicación WEB-JAVA NWJ
Abrir y recibir autenticaciones con el dispositivo Digital Persona.
Vad är Comunicación WEB-JAVA NWJ?
Comunicación WEB-JAVA NWJ är en Chrome-tillägg utvecklad av https://www.gruponw.com, och dess huvudfunktion är "Abrir y recibir autenticaciones con el dispositivo Digital Persona.".
Tilläggsskärmbilder
Ladda ner Comunicación WEB-JAVA NWJ-förlängningens CRX-fil
Ladda ner Comunicación WEB-JAVA NWJ-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Sistema de captura y verificación de huellas con parámetros desde el navegador WEB de acuerdo a la tecnología de Digital Persona Grundläggande Information om Tillägg
| Namn | |
| ID | cecgcbobkhfnkgobpmbalejognigkjfj |
| Officiell webbadress | https://chromewebstore.google.com/detail/comunicaci%C3%B3n-web-java-nwj/cecgcbobkhfnkgobpmbalejognigkjfj |
| Beskrivning | Abrir y recibir autenticaciones con el dispositivo Digital Persona. |
| Filstorlek | 20.62 KB |
| Antal Installationer | 191 |
| Aktuell Version | 1.2 |
| Senast Uppdaterad | 2018-05-25 |
| Publiceringsdatum | 2018-05-25 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | https://www.gruponw.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.sanitco.com/ |
| Hjälpsida URL | https://www.sanitco.com/caracteristicas |
| URL till Sekretesspolicy Sidan | https://www.gruponw.com/politicas |
| Stödda Språk | 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"
]
} | |