Biomac

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

什么是Biomac?

Biomac是由Zitrus Healthtech开发的Chrome扩展程序,该扩展的主要功能是“Extensão para leitura de biometria e mac address das aplicações SGU-Card e Autsc”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Biomac扩展crx文件

下载Biomac扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Biomac Biomac
ID nchbgimeeklhijdekgmhhjknihpnhgpl
官方URL https://chromewebstore.google.com/detail/biomac/nchbgimeeklhijdekgmhhjknihpnhgpl
简介 Extensão para leitura de biometria e mac address das aplicações SGU-Card e Autsc
文件大小 21.46 KB
安装次数 0
当前版本 1.19
更新时间 2023-12-21
上架时间 2019-07-31
开发者 Zitrus Healthtech
电子邮箱 [email protected]
付费类型 free
扩展官网 https://zitrus.com.br/
帮助页面URL https://zitrus.com.br/contato/
隐私政策页面URL https://zitrus.com.br/wp-content/uploads/2021/08/Zitrus_PoliticaDePrivacidade.pdf
支持的语言 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
    }
}