FevTutor Desktop Sharing

WebRTC based P2P HQ/HD screen sharing. Share audio+tab or any application's screen. Even share full/entire screen.

FevTutor Desktop Sharing란 무엇입니까?

FevTutor Desktop Sharing은(는) FocusEduvation에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "WebRTC based P2P HQ/HD screen sharing. Share audio+tab or any application's screen. Even share full/entire screen."입니다.

FevTutor Desktop Sharing 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 FevTutor Desktop Sharing FevTutor Desktop Sharing
ID chnfckdgcolmpchcdjkoemdjffkiceac
공식 URL https://chromewebstore.google.com/detail/fevtutor-desktop-sharing/chnfckdgcolmpchcdjkoemdjffkiceac
설명 WebRTC based P2P HQ/HD screen sharing. Share audio+tab or any application's screen. Even share full/entire screen.
파일 크기 69.21 KB
설치 횟수 20
현재 버전 1.1
최근 업데이트 2016-09-30
출시 날짜 2016-09-30
개발자 FocusEduvation
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.fevtutor.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FevTutor Desktop Sharing",
    "author": "FevTutor",
    "version": "1.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "WebRTC based P2P HQ\/HD screen sharing. Share audio+tab or any application's screen. Even share full\/entire screen.",
    "homepage_url": "https:\/\/www.fevtutor.com",
    "background": {
        "scripts": [
            "websocket.js",
            "RTCMultiConnection.min.js",
            "CodecsHandler.js",
            "desktop-capturing.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/desktopCapture22.png",
        "default_title": "Share Desktop!"
    },
    "icons": {
        "16": "images\/desktopCapture16.png",
        "22": "images\/desktopCapture22.png",
        "32": "images\/desktopCapture32.png",
        "48": "images\/desktopCapture48.png",
        "128": "images\/desktopCapture128.png"
    },
    "permissions": [
        "desktopCapture",
        "storage"
    ],
    "web_accessible_resources": [
        "images\/desktopCapture48.png"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}