FUJIFILM Synapse Extension

FUJIFILM Synapse Extension for Window Management and Native Messaging.

Cos'è FUJIFILM Synapse Extension?

FUJIFILM Synapse Extension è un'estensione di Chrome sviluppata da FUJIFILM Healthcare Americas Corporation, e la sua funzione principale è "FUJIFILM Synapse Extension for Window Management and Native Messaging.".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione FUJIFILM Synapse Extension

Scarica i file di estensione FUJIFILM Synapse Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome FUJIFILM Synapse Extension FUJIFILM Synapse Extension
ID ghdbmcfiemkndpbhfeifkneiolehkcli
URL Ufficiale https://chromewebstore.google.com/detail/fujifilm-synapse-extensio/ghdbmcfiemkndpbhfeifkneiolehkcli
Descrizione FUJIFILM Synapse Extension for Window Management and Native Messaging.
Dimensione del File 22.92 KB
Conteggio Installazioni 1,537,481
Versione Corrente 1.4.0.0
Ultimo Aggiornamento 2024-01-12
Data di Pubblicazione 2021-12-31
Sviluppatore FUJIFILM Healthcare Americas Corporation
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://healthcaresolutions-us.fujifilm.com/enterprise-imaging/synapse-pacs
URL della Pagina di Aiuto https://healthcaresolutions-us.fujifilm.com/medical-imaging-solutions/services/service-technical-support
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}