FUJIFILM Synapse Extension

FUJIFILM Synapse Extension for Window Management and Native Messaging.

FUJIFILM Synapse Extensionคืออะไร?

FUJIFILM Synapse Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย FUJIFILM Healthcare Americas Corporation และคุณลักษณะหลักของมันคือ "FUJIFILM Synapse Extension for Window Management and Native Messaging."

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FUJIFILM Synapse Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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": [
                ""
            ]
        }
    ]
}