Zeeromed Multi-monitor

Zeeromed client-side management

Zeeromed Multi-monitor란 무엇입니까?

Zeeromed Multi-monitor은(는) O3 Enterprise srl에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Zeeromed client-side management"입니다.

확장 프로그램 스크린샷

screenshot

Zeeromed Multi-monitor 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Zeeromed extension for  multi-monitors and shortcuts management.
It handles opening of images on 1 or 2 medical displays.                    

확장 프로그램 기본 정보

이름 Zeeromed Multi-monitor Zeeromed Multi-monitor
ID jndbgffdnmpofdchjdnmeinejilodggn
공식 URL https://chromewebstore.google.com/detail/zeeromed-multi-monitor/jndbgffdnmpofdchjdnmeinejilodggn
설명 Zeeromed client-side management
파일 크기 681 KB
설치 횟수 667
현재 버전 1.4.1
최근 업데이트 2022-06-07
출시 날짜 2019-12-09
평점 5.00/5 총 2 개의 평점
개발자 O3 Enterprise srl
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.zeeromed.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "name": "Zeeromed Multi-monitor",
    "short_name": "Zeeromed",
    "description": "Zeeromed client-side management",
    "version": "1.4.1",
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "system.display",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "jquery.min.js",
            "background_main.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "browser_action.html"
    },
    "commands": {
        "R1": {
            "suggested_key": {
                "default": "Alt+1"
            },
            "description": "r1"
        },
        "R2": {
            "suggested_key": {
                "default": "Alt+2"
            },
            "description": "r2"
        },
        "M": {
            "suggested_key": {
                "default": "Alt+M"
            },
            "description": "Monitors setup"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js",
                "jquery.min.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "img\/icon.png"
    }
}