Web.TV Screen Sharing

Web.TV screen sharing for web conference

Cos'è Web.TV Screen Sharing?

Web.TV Screen Sharing è un'estensione di Chrome sviluppata da Web.TV Developer Team, e la sua funzione principale è "Web.TV screen sharing for web conference".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Web.TV Screen Sharing

Scarica i file di estensione Web.TV 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

                        This extension enable screen sharing functionality for Web.TV video conference. Participants can share their screen and application windows with another participants in the same web.tv conference channel.                    

Informazioni di Base sull'Estensione

Nome Web.TV Screen Sharing Web.TV Screen Sharing
ID lmdjfpiidgmpcdfdjkhnlennkobbmbpk
URL Ufficiale https://chromewebstore.google.com/detail/webtv-screen-sharing/lmdjfpiidgmpcdfdjkhnlennkobbmbpk
Descrizione Web.TV screen sharing for web conference
Dimensione del File 13.52 KB
Conteggio Installazioni 728
Versione Corrente 1.0.2
Ultimo Aggiornamento 2017-04-05
Data di Pubblicazione 2017-04-05
Valutazione 4.71/5 Totale 7 Valutazioni
Sviluppatore Web.TV Developer Team
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://web.tv
URL della Pagina della Politica sulla Privacy https://web.tv/privacy-policy
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Web.TV Screen Sharing",
    "version": "1.0.2",
    "description": "Web.TV screen sharing for web conference",
    "icons": {
        "16": "images\/conference-16.png",
        "32": "images\/conference-32.png",
        "48": "images\/conference-48.png",
        "64": "images\/conference-64.png",
        "128": "images\/conference-128.png"
    },
    "author": "Web.TV Developer Team",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.web.tv\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.web.tv\/*"
        ]
    },
    "homepage_url": "https:\/\/web.tv",
    "minimum_chrome_version": "34",
    "permissions": [
        "desktopCapture"
    ]
}