Arcadia Desktop Companion

Companion for the Arcadia Desktop.

What is Arcadia Desktop Companion?

Arcadia Desktop Companion is a Chrome extension developed by arcadiaio, and its main feature is "Companion for the Arcadia Desktop.".

Extension Screenshots

screenshot

Download Arcadia Desktop Companion Extension CRX File

Download Arcadia Desktop Companion extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Arcadia Desktop Companion Arcadia Desktop Companion
ID fmhmlfpagkjohbpcnpkdofohamkpoenc
Official URL https://chromewebstore.google.com/detail/arcadia-desktop-companion/fmhmlfpagkjohbpcnpkdofohamkpoenc
Description Companion for the Arcadia Desktop.
File Size 150 KB
Installation Count 1,024
Current Version 6.273 Release
Last Updated 2022-06-11
Publish Date 2019-12-21
Rating 5.00/5 Total 1 Ratings
Developer arcadiaio
Email [email protected]
Payment Type free
Supported Languages 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
    }
}