Comunicación WEB-JAVA NWJ
Abrir y recibir autenticaciones con el dispositivo Digital Persona.
Comunicación WEB-JAVA NWJคืออะไร?
Comunicación WEB-JAVA NWJ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.gruponw.com และคุณลักษณะหลักของมันคือ "Abrir y recibir autenticaciones con el dispositivo Digital Persona."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Comunicación WEB-JAVA NWJ
ดาวน์โหลดไฟล์ส่วนขยาย 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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Comunicación WEB-JAVA NWJ |
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" ] } |