Litebox

Record desktop.

Litebox란 무엇입니까?

Litebox은(는) Bloomsbury Health에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Record desktop."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        What is Litebox®?

Traditional methods of transferring medical imaging studies to mobile devices are clumsy and slow. It’s often unnecessary to provide the whole study for emergency clinical decision-making. Litebox helps doctors easily and safely share snippets of imaging studies e.g. MRI, CT, Ultrasound, Angiography etc.  Litebox is a browser-based extension that records your entire desktop screen and creates a local or ‘lite’ compressed video file that you can upload to the referapatient® record. Litebox can actually be used to record anything on your screen including pathology reports. 

If you don’t have mobile PACS, and you want to send medical imaging in a data-compliant way, then Litebox is for you.

How to use Litebox

1. Install the Litebox Extension (Google Chrome only)

2. After successful installation the Litebox logo will appear in the browser’s toolbar at the top right. 

3. Click the toolbar logo and follow the instructions to begin recording.

4. During recording the toolbar logo will be replaced with a red square.

5. Click the red square to stop recording.

6. Save your Litebox file and upload to referapatient.                    

확장 프로그램 기본 정보

이름 Litebox Litebox
ID nmeogpkjondmkokphablfigghpinfnmj
공식 URL https://chromewebstore.google.com/detail/litebox/nmeogpkjondmkokphablfigghpinfnmj
설명 Record desktop.
파일 크기 295 KB
설치 횟수 345
현재 버전 2.2.0
최근 업데이트 2020-04-12
출시 날짜 2020-04-12
평점 4.00/5 총 1 개의 평점
개발자 Bloomsbury Health
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Litebox",
    "short_name": "Litebox",
    "author": "Jayshree Ahire",
    "version": "2.2.0",
    "manifest_version": 2,
    "minimum_chrome_version": "49",
    "description": "Record desktop.",
    "background": {
        "scripts": [
            "background\/background.common.js",
            "background\/background.js",
            "background\/background.desktopCapture.js",
            "background\/background.badgeText.js",
            "background\/background.getUserMedia.js",
            "background\/background.messaging.js",
            "background\/background.players.js",
            "RecordRTC\/MediaStreamRecorder.js",
            "RecordRTC\/MultiStreamRecorder.js",
            "RecordRTC\/MultiStreamsMixer.js",
            "RecordRTC\/StereoAudioRecorder.js",
            "RecordRTC\/DiskStorage.js",
            "RecordRTC\/EBML.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/main-icon.png",
        "default_title": "Record Your Desktop",
        "default_popup": "dropdown.html"
    },
    "icons": {
        "16": "images\/main-icon.png",
        "22": "images\/main-icon.png",
        "32": "images\/main-icon.png",
        "48": "images\/main-icon.png",
        "128": "images\/main-icon.png"
    },
    "permissions": [
        "desktopCapture",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'",
    "web_accessible_resources": [
        "images\/main-icon.png"
    ]
}