Chatwork Live Screen Sharing Plugin
Screen sharing for the ChatWork Live
Chatwork Live Screen Sharing Plugin란 무엇입니까?
Chatwork Live Screen Sharing Plugin은(는) https://www.chatwork.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Screen sharing for the ChatWork Live"입니다.
확장 프로그램 스크린샷
Chatwork Live Screen Sharing Plugin 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Share your screen or document with other Chatwork users in the video/audio calls. Chatwork is a business communication platform designed for companies and teams. It brings together text, voice and video chat with task management and file sharing, all in one convenient place. Chatwork live is one of the main feature, which lets you to have a video / audio conversation in the browser very easily by using WebRTC technology. This Chrome extension enables you to share your screen with other participants in Chatwork Live. To share your screen with this extension: - Download this extension - Log into ChatWork and start video/audio call - Click screen share icon on top right corner of window - Select which window to share from your computer - Participants can view your shared screen Please learn more about ChatWork from the following link. https://go.chatwork.com/
확장 프로그램 기본 정보
이름 | |
ID | onlegoellgchehlldljkigjfdiaeajif |
공식 URL | https://chrome.google.com/webstore/detail/chatwork-live-screen-shar/onlegoellgchehlldljkigjfdiaeajif |
설명 | Screen sharing for the ChatWork Live |
파일 크기 | 8.51 KB |
설치 횟수 | 20,000 |
현재 버전 | 0.3.2 |
최근 업데이트 | 2018-12-03 |
출시 날짜 | 2018-12-03 |
평점 | 4.00/5 총 4 개의 평점 |
개발자 | https://www.chatwork.com |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "kyo_ago", "background": { "persistent": false, "scripts": [ "src\/background-script.js" ] }, "content_scripts": [ { "js": [ "src\/content-script.js" ], "all_frames": true, "run_at": "document_start", "matches": [ "*:\/\/*.chatwork.com\/*", "*:\/\/chatwork.com\/*", "*:\/\/*.kcw.kddi.ne.jp\/*", "*:\/\/kcw.kddi.ne.jp\/*" ] } ], "description": "Screen sharing for the ChatWork Live", "homepage_url": "http:\/\/www.chatwork.com\/", "icons": { "16": "img\/icon48.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "manifest_version": 2, "name": "Chatwork Live Screen Sharing Plugin", "permissions": [ "desktopCapture" ], "version": "0.3.2", "web_accessible_resources": [ "img\/icon48.png" ] } |