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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ |
| عنوان صفحة المساعدة | https://www.sanitco.com/caracteristicas |
| عنوان صفحة سياسة الخصوصية | 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"
]
} | |