Omnimed-QHR authenticator
This extension allows healthcare workers from the province of Quebec to get securely authenticated with the QHR access device.
什么是Omnimed-QHR authenticator?
Omnimed-QHR authenticator是由developpementOmnimed开发的Chrome扩展程序,该扩展的主要功能是“This extension allows healthcare workers from the province of Quebec to get securely authenticated with the QHR access device.”。
扩展截图
下载Omnimed-QHR authenticator扩展crx文件
下载Omnimed-QHR authenticator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension allows healthcare workers from the province of Quebec to get securely authenticated with the Quebec Health Record (QHR) access device. It communicates with a native application to validate this secure access. The native application needs to be installed beforehand by a trusted administrator. Omnimed web pages will then be able to communicate with it. 扩展基本信息
| 名称 | |
| ID | beaeaepcpfakieomjhcnmiondgphipeg |
| 官方URL | https://chromewebstore.google.com/detail/omnimed-qhr-authenticator/beaeaepcpfakieomjhcnmiondgphipeg |
| 简介 | This extension allows healthcare workers from the province of Quebec to get securely authenticated with the QHR access device. |
| 文件大小 | 185 KB |
| 安装次数 | 34,383 |
| 当前版本 | 1.5.0 |
| 更新时间 | 2020-02-02 |
| 上架时间 | 2020-02-02 |
| 评分 | 3.00/5 共2次评分 |
| 开发者 | developpementOmnimed |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en,fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Omnimed-QHR authenticator",
"description": "This extension allows healthcare workers from the province of Quebec to get securely authenticated with the QHR access device.",
"default_locale": "fr",
"version": "1.5.0",
"manifest_version": 2,
"icons": {
"48": "icone_extension_dsq48.png",
"128": "icone_extension_dsq.png"
},
"permissions": [
"nativeMessaging"
],
"background": {
"scripts": [
"background.js"
]
},
"browser_action": [],
"externally_connectable": {
"ids": [
"*"
],
"matches": [
"http:\/\/ubuntu.localdomain.com\/*",
"https:\/\/app.omnimed.com\/*",
"https:\/\/test.omnimed.com\/*",
"https:\/\/stage.omnimed.com\/*",
"https:\/\/itgr.omnimed.com\/*",
"https:\/\/preprod.omnimed.com\/*",
"https:\/\/omnimed.com\/*",
"https:\/\/www.omnimed.com\/*"
]
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgcNwHDCrwu+7dZ6t16RhtfrI361ShjbvDpX9SaR\/LZ\/IbeSyMnPVKABSIjXbOANIFZuQ4CvcXrlZ\/U0x8R\/d5hLXUiXtSxfh93ZIGST2VjK0QheXb4jF3hOQDY9myBYJ61cjZ7mJfjVAQssWhIzWeTTgWNvCQbay7XgXCcq\/sMGSEyVzSElO8O2NJuM+HM1\/Yht\/btgahw4sl+lrTxHDZpoeTFXoOoMIXugBqyKEELiasPL\/3M8jzvZ7uuDfTEV\/gqtUAooEiew7HZEHnI\/tYTPOBY6SukSSHK+o4otWeSOHnTWp3zDUWiJv3DoGCP8P35awQYB5NXoQZUOugy2o2wIDAQAB"
} | |