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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows healthcare workers from the province of Quebec to get securely authenticated with the QHR access device."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Omnimed-QHR authenticator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}