Arcadia Desktop Native Companion

Native Companion for the Arcadia Desktop.

Co je Arcadia Desktop Native Companion?

Arcadia Desktop Native Companion je rozšíření Chrome vyvinuté arcadiaio, a jeho hlavní funkcí je „Native Companion for the Arcadia Desktop.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Arcadia Desktop Native Companion

Stáhněte si soubory rozšíření Arcadia Desktop Native Companion ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

The Desktop Native 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.                    

Základní Informace o Rozšíření

Název Arcadia Desktop Native Companion Arcadia Desktop Native Companion
ID egjohdehimdefonkecffhdeeakljhimd
Oficiální URL https://chromewebstore.google.com/detail/arcadia-desktop-native-co/egjohdehimdefonkecffhdeeakljhimd
Popis Native Companion for the Arcadia Desktop.
Velikost souboru 194 KB
Počet instalací 4,863
Aktuální Verze 1.3.0
Poslední Aktualizace 2023-05-19
Datum Vydání 2021-12-01
Vývojář arcadiaio
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://arcadia.io/
URL Stránky Nápovědy https://support.arcadia.io
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.3.0.0",
    "name": "Arcadia Desktop Native Companion",
    "short_name": "Arcadia Desktop Native Companion",
    "author": "Arcadia Solutions",
    "homepage_url": "https:\/\/www.arcadia.io\/",
    "description": "Native Companion for the Arcadia Desktop.",
    "version_name": "1.3.0",
    "permissions": [
        "notifications",
        "nativeMessaging",
        "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": {
        "service_worker": "background\/background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "content\/content.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    }
}