iatricSystems FlexButton

iatricSystems FlexButton

什麼是iatricSystems FlexButton?

iatricSystems FlexButton是由Scriptlink開發的Chrome擴展程式,該擴展的主要功能是“iatricSystems FlexButton”。

擴展截圖

screenshot

下載iatricSystems FlexButton擴展crx文件

下載iatricSystems FlexButton擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        iatricSystems FlexButton (TM) browser extension works with iatricSystems FlexButton enterprise solution for hospitals, to provide integration at key points in the clinicians workflow, enabling context aware engagement for the clinical end user. If clinicians in the hospital are using FlexButton for integration, and are using Chrome for their browser, they will need to install this Chrome version for optimal functioning of the FlexButton solution.

NOTE: iatricSystems FlexButton browser extension is a client which requires iatricSystems FlexButton enterprise software to function.                    

擴展基本資訊

名稱 iatricSystems FlexButton iatricSystems FlexButton
ID bhagcmmjnakekaccjmpkmcidopfmedlm
官方網址 https://chromewebstore.google.com/detail/iatricsystems-flexbutton/bhagcmmjnakekaccjmpkmcidopfmedlm
簡介 iatricSystems FlexButton
檔案大小 27.64 KB
安裝次數 51,977
目前版本 1.7.0
更新時間 2021-11-01
上架時間 2020-04-29
開發者 Scriptlink
電子郵箱 [email protected]
付費類型 free
擴展官網 https://new.iatric.com/link-ehr-patient-data-using-flexbutton
支援的語言 en-US
manifest.json
{
    "name": "iatricSystems FlexButton",
    "version": "1.7.0",
    "manifest_version": 2,
    "description": "iatricSystems FlexButton",
    "homepage_url": "http:\/\/iatric.com",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoUzwhayDqfkY4tiS4jp9tJTDHsYXDxXp5uMvQi\/fhOgMzfj9kUD8MHfptpqPLq5MQ6e+ftFEeyV\/d0pYpob1DAlAfmqO2zlNb34ndfqqrtlmq9qKcDNNNJagV\/UiIDcnSeFu6o7xA8dJMG+\/pP9iLunvKdlBImnnkgL\/b1R2xLgF4RKeoFuWP1Xcb6o5U7J\/cOQk3\/wslOZm817Ic8bdYipPYb0Rr5KGJnCKM+gx2DJlDdbndSd6zjEQoDBK4Q1GzuCa\/yH\/Y9BajEhJ0ftIeUr8+tw2tH0PtGxCgAKGFokpCvzUBscOQQ1whmjet1ZUSYooS9yBepgA44oLWC2OwQIDAQAB",
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_document.js"
            ],
            "run_at": "document_idle",
            "match_about_blank": false,
            "all_frames": false
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "content_frame.js"
            ],
            "run_at": "document_end",
            "match_about_blank": false,
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "webNavigation",
        "nativeMessaging",
        "tabs"
    ],
    "web_accessible_resources": [
        "web_page.js"
    ]
}