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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.gruponw.com และคุณลักษณะหลักของมันคือ "Abrir y recibir autenticaciones con el dispositivo Suprema."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Comunicación WEB-JAVA NW Suprema Biomini

ดาวน์โหลดไฟล์ส่วนขยาย 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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Comunicación WEB-JAVA NW Suprema Biomini Comunicación WEB-JAVA NW Suprema Biomini
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"
    ]
}