iatricSystems FlexButton

iatricSystems FlexButton

iatricSystems FlexButton là gì?

iatricSystems FlexButton là một tiện ích mở rộng Chrome được phát triển bởi Scriptlink, và tính năng chính của nó là "iatricSystems FlexButton".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng iatricSystems FlexButton

Tải xuống các tệp mở rộng iatricSystems FlexButton dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên iatricSystems FlexButton iatricSystems FlexButton
ID bhagcmmjnakekaccjmpkmcidopfmedlm
URL Chính Thức https://chromewebstore.google.com/detail/iatricsystems-flexbutton/bhagcmmjnakekaccjmpkmcidopfmedlm
Mô tả iatricSystems FlexButton
Kích Thước Tệp 27.64 KB
Số Lần Cài Đặt 51,977
Phiên Bản Hiện Tại 1.7.0
Cập Nhật Lần Cuối 2021-11-01
Ngày Phát Hành 2020-04-29
Nhà Phát Triển Scriptlink
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://new.iatric.com/link-ehr-patient-data-using-flexbutton
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}