Camp K12 Screen Sharing

This extension enables you to share your screen with other participants in a Camp K12 LIVE virtual classroom.

Camp K12 Screen Sharing란 무엇입니까?

Camp K12 Screen Sharing은(는) https://campk12.live에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension enables you to share your screen with other participants in a Camp K12 LIVE virtual classroom."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Camp K12 Screen Sharing 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Camp K12 Live is an online learning platform that allows teachers to host classes for groups of students located anywhere in the world. Teachers can share up to two screens, audio, webcam footage, and communicate with students in the classroom via private or group chat. Students can also share their screen when teacher permits them to, can view informational slides with content relevant to the course, and access project files, downloads, and other course resources.

This extension is required to be able to share screens (as a teacher or as a student) from within a Camp K12 LIVE virtual classroom. The extension allows you to share either the entire screen or pick individual windows to share.

Try out the live-video based learning platform here: https://campk12.live                    

확장 프로그램 기본 정보

이름 Camp K12 Screen Sharing Camp K12 Screen Sharing
ID blmhpklihflnileblgjlkngmanennclo
공식 URL https://chromewebstore.google.com/detail/camp-k12-screen-sharing/blmhpklihflnileblgjlkngmanennclo
설명 This extension enables you to share your screen with other participants in a Camp K12 LIVE virtual classroom.
파일 크기 97.74 KB
설치 횟수 222
현재 버전 2.0
최근 업데이트 2017-01-05
출시 날짜 2017-01-05
평점 4.90/5 총 10 개의 평점
개발자 https://campk12.live
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://campk12.live
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Camp K12 Screen Sharing",
    "author": "Camp K12",
    "version": "2.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This extension enables you to share your screen with other participants in a Camp K12 LIVE virtual classroom.",
    "homepage_url": "https:\/\/campk12.live",
    "incognito": "spanning",
    "offline_enabled": true,
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.campk12.live\/*",
            "https:\/\/*.campk12.com\/*",
            "https:\/\/campk12live-v1.herokuapp.com\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}