TabCapture Screen Sharing

Screen sharing utility for remote support and demo

TabCapture Screen Sharing क्या है?

TabCapture Screen Sharing http://tabcapture.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Screen sharing utility for remote support and demo"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TabCapture Screen Sharing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.                    

एक्सटेंशन की मूल जानकारी

नाम TabCapture Screen Sharing TabCapture Screen Sharing
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:\/\/*\/*",
        ""
    ]
}