Arcadia Desktop Companion

Companion for the Arcadia Desktop.

什么是Arcadia Desktop Companion?

Arcadia Desktop Companion是由arcadiaio开发的Chrome扩展程序,该扩展的主要功能是“Companion for the Arcadia Desktop.”。

扩展截图

screenshot

下载Arcadia Desktop Companion扩展crx文件

下载Arcadia Desktop Companion扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        In order to use this extension, you must be an Arcadia customer with the Arcadia Desktop application installed and appropriately configured.

The Desktop Companion extension communicates EHR context changes to the Arcadia Desktop Windows application. This ensures that patient-relevant insights are surfaced anytime a new record is opened.                    

扩展基本信息

名称 Arcadia Desktop Companion Arcadia Desktop Companion
ID fmhmlfpagkjohbpcnpkdofohamkpoenc
官方URL https://chromewebstore.google.com/detail/arcadia-desktop-companion/fmhmlfpagkjohbpcnpkdofohamkpoenc
简介 Companion for the Arcadia Desktop.
文件大小 150 KB
安装次数 1,024
当前版本 6.273 Release
更新时间 2022-06-11
上架时间 2019-12-21
评分 5.00/5 共1次评分
开发者 arcadiaio
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "6.254.0.0",
    "name": "Arcadia Desktop Companion",
    "short_name": "Arcadia Companion",
    "author": "Arcadia Solutions",
    "homepage_url": "https:\/\/www.arcadia.io\/",
    "description": "Companion for the Arcadia Desktop.",
    "version_name": "6.273 Release",
    "storage": {
        "managed_schema": "schema.json"
    },
    "permissions": [
        "notifications",
        "storage"
    ],
    "icons": {
        "16": "images\/arcadia16.png",
        "20": "images\/arcadia20.png",
        "40": "images\/arcadia40.png",
        "44": "images\/arcadia44.png",
        "48": "images\/arcadia48.png",
        "50": "images\/arcadia50.png",
        "128": "images\/arcadia128.png",
        "150": "images\/arcadia150.png",
        "176": "images\/arcadia176.png"
    },
    "background": {
        "scripts": [
            "background\/index.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "content\/index.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    }
}