Comunicación WEB-JAVA NW Suprema Biomini
Abrir y recibir autenticaciones con el dispositivo Suprema.
什么是Comunicación WEB-JAVA NW Suprema Biomini?
Comunicación WEB-JAVA NW Suprema Biomini是由https://www.gruponw.com开发的Chrome扩展程序,该扩展的主要功能是“Abrir y recibir autenticaciones con el dispositivo Suprema.”。
扩展截图
下载Comunicación WEB-JAVA NW Suprema Biomini扩展crx文件
下载Comunicación WEB-JAVA NW Suprema Biomini扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Aplicativo para leer dispositivos biométricos Suprema Biomini y devolver la trama de la huella para ser almacenada 扩展基本信息
| 名称 | |
| ID | pnobbcpbjpogonkkmlfgblafnhkjcnnl |
| 官方URL | https://chromewebstore.google.com/detail/comunicaci%C3%B3n-web-java-nw/pnobbcpbjpogonkkmlfgblafnhkjcnnl |
| 简介 | Abrir y recibir autenticaciones con el dispositivo Suprema. |
| 文件大小 | 20.57 KB |
| 安装次数 | 44 |
| 当前版本 | 1.4 |
| 更新时间 | 2018-11-30 |
| 上架时间 | 2018-11-26 |
| 开发者 | https://www.gruponw.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://www.gruponw.com/politicas |
| 支持的语言 | 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"
]
} | |