Biomac

Extensão para leitura de biometria e mac address das aplicações SGU-Card e Autsc

Was ist Biomac?

Biomac ist eine Chrome-Erweiterung, die von Zitrus Healthtech entwickelt wurde, und ihr Hauptmerkmal ist "Extensão para leitura de biometria e mac address das aplicações SGU-Card e Autsc".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Biomac-Erweiterungs-CRX-Datei herunterladen

Laden Sie Biomac-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        A extensão do Google Chrome BIOMAC, desenvolvida pela Zitrus Healthtech, é uma ferramenta que permite a comunicação entre a aplicação SGUCard e o driver do leitor de biometria digital de beneficiários e usuários.
 
Com essa extensão, os usuários podem acessar os recursos de autenticação biométrica disponíveis no leitor de biometria digital de forma fácil e segura, por meio da aplicação SGUCard. O uso de características físicas únicas, como impressões digitais, aumenta significativamente a segurança do processo de autenticação, além de torná-lo mais conveniente para os usuários.

A instalação da extensão é simples e rápida, e ela detecta automaticamente o driver do leitor de biometria digital instalado no computador do usuário. Depois de instalada, a extensão disponibiliza o driver para uso pela aplicação SGUCard, permitindo que os usuários possam autenticar-se com segurança e facilidade.

A Zitrus Healthtech é uma empresa especializada em tecnologia para saúde, e a extensão SGUCard Biometric Driver Communication é uma das suas soluções para tornar a utilização da aplicação SGUCard mais segura e eficiente. Com essa extensão, a autenticação biométrica torna-se mais acessível, confiável e fácil de usar, proporcionando aos usuários uma experiência mais segura e conveniente.

--

The BIOMAC Google Chrome extension, developed by Zitrus Healthtech, is a tool that allows communication between the SGUCard application and the digital biometric reader driver of beneficiaries and users.

With this extension, users can easily and securely access the biometric authentication resources available on the digital biometric reader through the SGUCard application. The use of unique physical characteristics, such as fingerprints, significantly increases the security of the authentication process, as well as making it more convenient for users.

The installation of the extension is simple and fast, and it automatically detects the digital biometric reader driver installed on the user's computer. Once installed, the extension makes the driver available for use by the SGUCard application, allowing users to authenticate themselves safely and easily.

Zitrus Healthtech is a company specializing in health technology, and the SGUCard Biometric Driver Communication extension is one of their solutions to make the use of the SGUCard application safer and more efficient. With this extension, biometric authentication becomes more accessible, reliable, and easy to use, providing users with a safer and more convenient experience.                    

Grundlegende Informationen zur Erweiterung

Name Biomac Biomac
ID nchbgimeeklhijdekgmhhjknihpnhgpl
Offizielle URL https://chromewebstore.google.com/detail/biomac/nchbgimeeklhijdekgmhhjknihpnhgpl
Beschreibung Extensão para leitura de biometria e mac address das aplicações SGU-Card e Autsc
Dateigröße 21.46 KB
Installationsanzahl 0
Aktuelle Version 1.19
Letztes Update 2023-12-21
Veröffentlichungsdatum 2019-07-31
Entwickler Zitrus Healthtech
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://zitrus.com.br/
Hilfeseite URL https://zitrus.com.br/contato/
URL der Datenschutzrichtlinien-Seite https://zitrus.com.br/wp-content/uploads/2021/08/Zitrus_PoliticaDePrivacidade.pdf
Unterstützte Sprachen pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Biomac",
    "version": "1.19",
    "manifest_version": 2,
    "description": "Extens\u00e3o para leitura de biometria e mac address das aplica\u00e7\u00f5es SGU-Card e Autsc",
    "permissions": [
        "nativeMessaging"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.unimedsc.com.br\/*",
            "*:\/\/*.unimed-assis.com.br\/*",
            "*:\/\/*.unimedbauru.com.br\/*",
            "*:\/\/*.unimedflorianopolis.com.br\/*",
            "*:\/\/*.casacaresc.org.br\/*",
            "*:\/\/*.unimedguarulhos.coop.br\/*",
            "*:\/\/*.unicop.com.br\/*",
            "*:\/\/*.unimedcop.coop.br\/*",
            "*:\/\/*.unimednc.com.br\/*",
            "*:\/\/*.unimedourinhos.com.br\/*",
            "*:\/\/*.unimedbrusque.com.br\/*",
            "*:\/\/*.unimedjf.coop.br\/*",
            "*:\/\/*.unimedcascavel.com.br\/*",
            "*:\/\/*.unimedcascavel.coop.br\/*",
            "*:\/\/*.criciuma.unimedsc.com.br\/*",
            "*:\/\/*.unimedgoiania.coop.br\/*",
            "*:\/\/*.unimedsa.com.br\/*",
            "*:\/\/*.unimedmarilia.com.br\/*",
            "*:\/\/*.unimedpatosdeminas.com.br\/*",
            "*:\/\/*.apr.fescsaude.com.br\/*",
            "*:\/\/*.unimedsulcapixaba.coop.br\/*",
            "*:\/\/*.unimedjau.com.br\/*",
            "*:\/\/*.unimedlins.coop.br\/*",
            "*:\/\/*.unimedbelem.com.br\/*",
            "*:\/\/*.unimedanapolis.com.br\/*",
            "*:\/\/*.dracena.sgusuite.com.br\/*",
            "*:\/\/*.fesc.sgusuite.com.br\/*",
            "*:\/\/*.unimedfrutal.coop.br\/*",
            "*:\/\/*.unimedjm.coop.br\/*",
            "*:\/\/*.ourinhos.sgusuite.com.br\/*",
            "*:\/\/*.avare.sgusuite.com.br\/*",
            "*:\/\/*.unimedaracatuba.coop.br\/*",
            "*:\/\/*.sgusuite.com.br\/*"
        ]
    },
    "icons": {
        "128": "unimed.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}