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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": [
                ""
            ]
        }
    ]
}