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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Omnimed-QHR authenticator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Omnimed-QHR authenticator Omnimed-QHR authenticator
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"
}