Screen Sharing

Chrome Extension for sharing screen in video chat

Screen Sharing란 무엇입니까?

Screen Sharing은(는) Jungleworks에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome Extension for sharing screen in video chat"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Share the screen from your computer in a video conversation, to show presentations, photos and documents.
This extension lets you share your screen with other participants in a video chat, so you can hold efficient online meetings. 

Install it to share the screen from your computer in a video conversation, to show presentations, photos and documents.

- Select which window/application or Chrome tab to share from your computer
- Handles multiple screens/monitors
- Participants can double-click to view your shared screen in fullscreen                    

확장 프로그램 기본 정보

이름 Screen Sharing Screen Sharing
ID onnpnbcklmahhoajlilopflaandmlooa
공식 URL https://chromewebstore.google.com/detail/screen-sharing/onnpnbcklmahhoajlilopflaandmlooa
설명 Chrome Extension for sharing screen in video chat
파일 크기 7.52 KB
설치 횟수 51,594
현재 버전 1.0.5
최근 업데이트 2019-10-14
출시 날짜 2019-10-14
평점 2.58/5 총 12 개의 평점
개발자 Jungleworks
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://jungleworks.com
개인정보 보호 정책 페이지 URL https://jungleworks.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screen Sharing",
    "description": "Chrome Extension for sharing screen in video chat",
    "version": "1.0.5",
    "manifest_version": 2,
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "background": {
        "scripts": [
            "extension.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.fugu.chat\/*",
            "https:\/\/*.officechat.io\/*",
            "https:\/\/*.fuguchat.com\/*",
            "https:\/\/hippochat.io\/*",
            "https:\/\/*.muleapp.io\/*",
            "https:\/\/*.mazentaa.in\/*",
            "https:\/\/*.bulbul.io\/*",
            "https:\/\/*.fuelbyghq.com\/*",
            "https:\/\/*.xpertreach.io\/*"
        ]
    },
    "permissions": [
        "desktopCapture"
    ]
}