Arcadia Desktop Native Companion

Native Companion for the Arcadia Desktop.

Arcadia Desktop Native Companion là gì?

Arcadia Desktop Native Companion là một tiện ích mở rộng Chrome được phát triển bởi arcadiaio, và tính năng chính của nó là "Native Companion for the Arcadia Desktop.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Arcadia Desktop Native Companion

Tải xuống các tệp mở rộng Arcadia Desktop Native Companion dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Arcadia Desktop Native Companion Arcadia Desktop Native Companion
ID egjohdehimdefonkecffhdeeakljhimd
URL Chính Thức https://chromewebstore.google.com/detail/arcadia-desktop-native-co/egjohdehimdefonkecffhdeeakljhimd
Mô tả Native Companion for the Arcadia Desktop.
Kích Thước Tệp 194 KB
Số Lần Cài Đặt 4,863
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2023-05-19
Ngày Phát Hành 2021-12-01
Nhà Phát Triển arcadiaio
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://arcadia.io/
URL Trang Trợ Giúp https://support.arcadia.io
Ngôn Ngữ Được Hỗ Trợ 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
    }
}