IRM iExtension

This software is the DICOM files download and multi-monitor support to DICOM Image Viewer.

IRM iExtension란 무엇입니까?

IRM iExtension은(는) admin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This software is the DICOM files download and multi-monitor support to DICOM Image Viewer."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

IRM iExtension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        IRM의 WebPACS 제품에 포함된 의료용 DICOM Web Viewer의 멀티 모니터 기능을 최대한 활용하기 위해서 이 확장 기능을 설치해야 합니다. 이를 설치할 경우 환자의 방사선 영상을 DICOM Hanging Protocol에 맞춰 여러 모니터에 게시할 수 있습니다.

- UPDATE(V2.0.4) 
1. Permission 중 tabs 권한 제거                    

확장 프로그램 기본 정보

이름 IRM iExtension IRM iExtension
ID fbdhohdkllpihbokpbiaicpgaehcphae
공식 URL https://chromewebstore.google.com/detail/irm-iextension/fbdhohdkllpihbokpbiaicpgaehcphae
설명 This software is the DICOM files download and multi-monitor support to DICOM Image Viewer.
파일 크기 37.55 KB
설치 횟수 96
현재 버전 2.0.4
최근 업데이트 2024-01-06
출시 날짜 2021-04-29
개발자 admin
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://irm.kr
지원되는 언어 ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IRM iExtension",
    "short_name": "iExtension",
    "description": "This software is the DICOM files download and multi-monitor support to DICOM Image Viewer.",
    "version": "2.0.4",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "homepage_url": "http:\/\/irm.kr",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "\/html\/hello.html",
        "default_icon": {
            "16": "\/resource\/iextention16.png",
            "32": "\/resource\/iextention32.png",
            "48": "\/resource\/iextention48.png",
            "128": "\/resource\/iextention128.png"
        }
    },
    "icons": {
        "16": "\/resource\/iextention16.png",
        "32": "\/resource\/iextention32.png",
        "48": "\/resource\/iextention48.png",
        "128": "\/resource\/iextention128.png"
    },
    "permissions": [
        "alarms",
        "activeTab",
        "system.display",
        "downloads"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/*.irm.kr\/*",
            "https:\/\/*.irm.kr\/*",
            "http:\/\/*.irmhealthcare.com\/*",
            "https:\/\/*.irmhealthcare.com\/*",
            "http:\/\/*.hiimage.co.kr\/*",
            "https:\/\/*.hiimage.co.kr\/*",
            "http:\/\/irmbestimage.com\/*",
            "https:\/\/irmbestimage.com\/*",
            "http:\/\/*.irmbestimage.com\/*",
            "https:\/\/*.irmbestimage.com\/*",
            "http:\/\/*.t-onservice.com\/*",
            "https:\/\/*.t-onservice.com\/*"
        ]
    }
}