Comunicación WEB-JAVA NWJ
Abrir y recibir autenticaciones con el dispositivo Digital Persona.
什么是Comunicación WEB-JAVA NWJ?
Comunicación WEB-JAVA NWJ是由https://www.gruponw.com开发的Chrome扩展程序,该扩展的主要功能是“Abrir y recibir autenticaciones con el dispositivo Digital Persona.”。
扩展截图
下载Comunicación WEB-JAVA NWJ扩展crx文件
下载Comunicación WEB-JAVA NWJ扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Sistema de captura y verificación de huellas con parámetros desde el navegador WEB de acuerdo a la tecnología de Digital Persona 扩展基本信息
| 名称 | |
| ID | cecgcbobkhfnkgobpmbalejognigkjfj |
| 官方URL | https://chromewebstore.google.com/detail/comunicaci%C3%B3n-web-java-nwj/cecgcbobkhfnkgobpmbalejognigkjfj |
| 简介 | Abrir y recibir autenticaciones con el dispositivo Digital Persona. |
| 文件大小 | 20.62 KB |
| 安装次数 | 191 |
| 当前版本 | 1.2 |
| 更新时间 | 2018-05-25 |
| 上架时间 | 2018-05-25 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | https://www.gruponw.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.sanitco.com/ |
| 帮助页面URL | https://www.sanitco.com/caracteristicas |
| 隐私政策页面URL | https://www.gruponw.com/politicas |
| 支持的语言 | 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"
]
} | |