FUJIFILM Synapse Extension

FUJIFILM Synapse Extension for Window Management and Native Messaging.

什么是FUJIFILM Synapse Extension?

FUJIFILM Synapse Extension是由FUJIFILM Healthcare Americas Corporation开发的Chrome扩展程序,该扩展的主要功能是“FUJIFILM Synapse Extension for Window Management and Native Messaging.”。

扩展截图

下载FUJIFILM Synapse Extension扩展crx文件

下载FUJIFILM Synapse Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension, intended for use when using Chromium based browsers, provides FUJIFILM Synapse PACS with the ability to open windows on non-primary monitors. It also enables hybrid functionality, which helps images load faster in slow network sites. Install this extension if you use Synapse PACS to open windows on high resolution medical imaging displays. FUJIFILM Synapse PACS v7.2.000 or higher is required.                    

扩展基本信息

名称 FUJIFILM Synapse Extension FUJIFILM Synapse Extension
ID ghdbmcfiemkndpbhfeifkneiolehkcli
官方URL https://chromewebstore.google.com/detail/fujifilm-synapse-extensio/ghdbmcfiemkndpbhfeifkneiolehkcli
简介 FUJIFILM Synapse Extension for Window Management and Native Messaging.
文件大小 22.92 KB
安装次数 1,537,481
当前版本 1.4.0.0
更新时间 2024-01-12
上架时间 2021-12-31
开发者 FUJIFILM Healthcare Americas Corporation
电子邮箱 [email protected]
付费类型 free
扩展官网 https://healthcaresolutions-us.fujifilm.com/enterprise-imaging/synapse-pacs
帮助页面URL https://healthcaresolutions-us.fujifilm.com/medical-imaging-solutions/services/service-technical-support
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "1.4.0.0",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "icon.png",
        "48": "icon_48.png"
    },
    "background": {
        "service_worker": "bsWrapper.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*SynapseSignOn\/sts\/login*",
                "*:\/\/*\/ImageViewer*",
                "*:\/\/*\/*PowerJacket*",
                "*:\/\/*\/WorkflowUI*",
                "*:\/\/*\/*Client.Web*",
                "*:\/\/*\/Synapse\/WebQuery*"
            ],
            "js": [
                "csNativeMessage.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*\/*iewer*",
                "*:\/\/*\/*PowerJacket*",
                "*:\/\/*\/WorkflowUI*",
                "*:\/\/*\/*WorkflowUI*",
                "*:\/\/*\/WebHelp5\/*",
                "*:\/\/*\/SSOMgr\/*",
                "*:\/\/*\/*ThinkLogChatUI*",
                "*:\/\/*\/*AnalysisPanel*",
                "*:\/\/*\/*DicomTransfer*",
                "*:\/\/*\/*SynapseSignOn*",
                "*:\/\/*\/Synapse\/WebQuery*",
                "*:\/\/*\/*Client.Web*"
            ],
            "js": [
                "csWindowManagement.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "nativeMessaging",
        "webRequest"
    ],
    "host_permissions": [
        "https:\/\/ajax.googleapis.com\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "canary.png",
                "canary.1.0.12.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}