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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
    }
}