Arcadia Desktop Companion

Companion for the Arcadia Desktop.

Wat is Arcadia Desktop Companion?

Arcadia Desktop Companion is een Chrome-extensie ontwikkeld door arcadiaio, en de belangrijkste functie is "Companion for the Arcadia Desktop.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Arcadia Desktop Companion

Download Arcadia Desktop Companion-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Arcadia Desktop Companion Arcadia Desktop Companion
ID fmhmlfpagkjohbpcnpkdofohamkpoenc
Officiële URL https://chromewebstore.google.com/detail/arcadia-desktop-companion/fmhmlfpagkjohbpcnpkdofohamkpoenc
Beschrijving Companion for the Arcadia Desktop.
Bestandsgrootte 150 KB
Aantal Installaties 1,024
Huidige Versie 6.273 Release
Laatst Bijgewerkt 2022-06-11
Publicatiedatum 2019-12-21
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar arcadiaio
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
    }
}