TabCapture Screen Sharing

Screen sharing utility for remote support and demo

Qu'est-ce que TabCapture Screen Sharing ?

TabCapture Screen Sharing est une extension Chrome développée par http://tabcapture.com, et sa fonction principale est "Screen sharing utility for remote support and demo".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension TabCapture Screen Sharing

Téléchargez les fichiers d'extension TabCapture Screen Sharing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom TabCapture Screen Sharing TabCapture Screen Sharing
ID bbomkcceloahplddlomiplndghcallim
URL Officiel https://chrome.google.com/webstore/detail/tabcapture-screen-sharing/bbomkcceloahplddlomiplndghcallim
Description Screen sharing utility for remote support and demo
Taille du Fichier 20.73 KB
Nombre d'Installations 140
Version Actuelle 0.7
Dernière Mise à Jour 2015-04-12
Date de Publication 2015-04-12
Évaluation 5.00/5 Total 1 Évaluations
Développeur http://tabcapture.com
Type de Paiement free
Site Web de l'Extension http://tabcapture.com
Langues Prises en Charge 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:\/\/*\/*",
        ""
    ]
}