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ファイルをダウンロード
TabCapture Screen Sharing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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:\/\/*\/*", " |