Wit Web Communicator Screen Sharing

This extension allows you to share your screen

Wit Web Communicator Screen Sharing란 무엇입니까?

Wit Web Communicator Screen Sharing은(는) https://demo.wit-software.com/webcommunicator/webrtc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows you to share your screen"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        This extension needs to be installed in order to use screen share feature when using WIT-Software web products in Chrome.

If you want to know more about us please visit https://www.wit-software.com/                    

확장 프로그램 기본 정보

이름 Wit Web Communicator Screen Sharing Wit Web Communicator Screen Sharing
ID chdodaolgebgmhjkppjcincpoeonlgnc
공식 URL https://chromewebstore.google.com/detail/wit-web-communicator-scre/chdodaolgebgmhjkppjcincpoeonlgnc
설명 This extension allows you to share your screen
파일 크기 9.03 KB
설치 횟수 59
현재 버전 0.0.6
최근 업데이트 2018-06-06
출시 날짜 2018-06-05
개발자 https://demo.wit-software.com/webcommunicator/webrtc
결제 유형 free
확장 프로그램 웹 사이트 https://www.wit-software.com/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wit Web Communicator Screen Sharing",
    "description": "This extension allows you to share your screen",
    "version": "0.0.6",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": {
        "16": "wit16.png",
        "48": "wit48.png",
        "128": "wit128.png"
    },
    "permissions": [
        "desktopCapture",
        "https:\/\/*.wit-software.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.wit-software.com\/*"
            ],
            "run_at": "document_start"
        }
    ]
}