Screen Share

Screen Share allows you to share your device screen or a particular application with remote audiences during live sessions.

Screen Share란 무엇입니까?

Screen Share은(는) authorGEN에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Screen Share allows you to share your device screen or a particular application with remote audiences during live sessions."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Share the screen of your browser window using Screen Share when teaching, training or collaborating online via webRTC Virtual Classroom.  Add this extension to your Chrome browser just once and share the contents of your screen or a particular application with your audience seamlessly.                    

확장 프로그램 기본 정보

이름 Screen Share Screen Share
ID kihbmdbdahlekggklbfbgmnkifcmfcip
공식 URL https://chrome.google.com/webstore/detail/screen-share/kihbmdbdahlekggklbfbgmnkifcmfcip
설명 Screen Share allows you to share your device screen or a particular application with remote audiences during live sessions.
파일 크기 13.21 KB
설치 횟수 58,170
현재 버전 0.0.0.8
최근 업데이트 2017-11-07
출시 날짜 2017-11-07
평점 2.47/5 총 43 개의 평점
개발자 authorGEN
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://www.authorgen.com/Privacy.aspx
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screen Share",
    "author": "WizIQ",
    "version": "0.0.0.8",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Screen Share allows you to share your device screen or a particular application with remote audiences during live sessions.",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}