Biomac
Extensão para leitura de biometria e mac address das aplicações SGU-Card e Autsc
Что такое Biomac?
Biomac - это расширение Chrome, разработанное Zitrus Healthtech, и его основная функция - "Extensão para leitura de biometria e mac address das aplicações SGU-Card e Autsc".
Снимки экрана расширения
Скачать файл CRX расширения Biomac
Скачайте файлы расширений 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 |
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 } } |