TabCapture Screen Sharing
Screen sharing utility for remote support and demo
TabCapture Screen Sharing란 무엇입니까?
TabCapture Screen Sharing은(는) http://tabcapture.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Screen sharing utility for remote support and demo"입니다.
확장 프로그램 스크린샷
TabCapture Screen Sharing 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
After the extension has been added: - Select the Chrome tab you want to stream - Click on the top-right red circle - Notice the 4-character code now displayed - Give this code to the other party - Tell her to go to TabCapture.com - To stop recording, click on the red square By sharing only your browser tab and not your entire screen, TabCapture greatly improves quality and speed compared to regular screen sharing tools. TabCapture uses HD 1280x720. You can share any kind of web content, including video streaming sites like Netflix. Great for remote support: TabCapture lets you see each other's mouse cursor as you browse the web.
확장 프로그램 기본 정보
이름 | |
ID | bbomkcceloahplddlomiplndghcallim |
공식 URL | https://chrome.google.com/webstore/detail/tabcapture-screen-sharing/bbomkcceloahplddlomiplndghcallim |
설명 | Screen sharing utility for remote support and demo |
파일 크기 | 20.73 KB |
설치 횟수 | 140 |
현재 버전 | 0.7 |
최근 업데이트 | 2015-04-12 |
출시 날짜 | 2015-04-12 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | http://tabcapture.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://tabcapture.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TabCapture Screen Sharing", "description": "Screen sharing utility for remote support and demo", "version": "0.7", "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": { "19": "icon_off_19.png", "38": "icon_off_38.png" }, "default_title": "Start tab capture" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabCapture", "webNavigation", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", " |