FUJIFILM Synapse Extension

FUJIFILM Synapse Extension for Window Management and Native Messaging.

What is FUJIFILM Synapse Extension?

FUJIFILM Synapse Extension is a Chrome extension developed by FUJIFILM Healthcare Americas Corporation, and its main feature is "FUJIFILM Synapse Extension for Window Management and Native Messaging.".

Extension Screenshots

Download FUJIFILM Synapse Extension Extension CRX File

Download FUJIFILM Synapse Extension 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

                        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.                    

Extension Basic Information

Name FUJIFILM Synapse Extension FUJIFILM Synapse Extension
ID ghdbmcfiemkndpbhfeifkneiolehkcli
Official URL https://chromewebstore.google.com/detail/fujifilm-synapse-extensio/ghdbmcfiemkndpbhfeifkneiolehkcli
Description FUJIFILM Synapse Extension for Window Management and Native Messaging.
File Size 22.92 KB
Installation Count 1,537,481
Current Version 1.4.0.0
Last Updated 2024-01-12
Publish Date 2021-12-31
Developer FUJIFILM Healthcare Americas Corporation
Email [email protected]
Payment Type free
Extension Website https://healthcaresolutions-us.fujifilm.com/enterprise-imaging/synapse-pacs
Help Page URL https://healthcaresolutions-us.fujifilm.com/medical-imaging-solutions/services/service-technical-support
Supported Languages 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": [
                ""
            ]
        }
    ]
}