TabCapture Screen Sharing

Screen sharing utility for remote support and demo

Cos'è TabCapture Screen Sharing?

TabCapture Screen Sharing è un'estensione di Chrome sviluppata da http://tabcapture.com, e la sua funzione principale è "Screen sharing utility for remote support and demo".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione TabCapture Screen Sharing

Scarica i file di estensione TabCapture Screen Sharing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome TabCapture Screen Sharing TabCapture Screen Sharing
ID bbomkcceloahplddlomiplndghcallim
URL Ufficiale https://chrome.google.com/webstore/detail/tabcapture-screen-sharing/bbomkcceloahplddlomiplndghcallim
Descrizione Screen sharing utility for remote support and demo
Dimensione del File 20.73 KB
Conteggio Installazioni 140
Versione Corrente 0.7
Ultimo Aggiornamento 2015-04-12
Data di Pubblicazione 2015-04-12
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore http://tabcapture.com
Tipo di Pagamento free
Sito Web dell'Estensione http://tabcapture.com
Lingue Supportate 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:\/\/*\/*",
        ""
    ]
}