TabCapture Screen Sharing

Screen sharing utility for remote support and demo

TabCapture Screen Sharing là gì?

TabCapture Screen Sharing là một tiện ích mở rộng Chrome được phát triển bởi http://tabcapture.com, và tính năng chính của nó là "Screen sharing utility for remote support and demo".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng TabCapture Screen Sharing

Tải xuống các tệp mở rộng TabCapture Screen Sharing dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TabCapture Screen Sharing TabCapture Screen Sharing
ID bbomkcceloahplddlomiplndghcallim
URL Chính Thức https://chrome.google.com/webstore/detail/tabcapture-screen-sharing/bbomkcceloahplddlomiplndghcallim
Mô tả Screen sharing utility for remote support and demo
Kích Thước Tệp 20.73 KB
Số Lần Cài Đặt 140
Phiên Bản Hiện Tại 0.7
Cập Nhật Lần Cuối 2015-04-12
Ngày Phát Hành 2015-04-12
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://tabcapture.com
Loại Thanh Toán free
Trang Web Mở Rộng http://tabcapture.com
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*",
        ""
    ]
}