Expertise.tv Screen Sharing Extension

This Chrome extension allows you to share your screen when using Expertise.tv video conferencing.

Cos'è Expertise.tv Screen Sharing Extension?

Expertise.tv Screen Sharing Extension è un'estensione di Chrome sviluppata da http://expertise.tv, e la sua funzione principale è "This Chrome extension allows you to share your screen when using Expertise.tv video conferencing.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Expertise.tv Screen Sharing Extension

Scarica i file di estensione Expertise.tv Screen Sharing Extension 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 Chrome extension allows you to share your screen when using Expertise.tv video conferencing.                    

Informazioni di Base sull'Estensione

Nome Expertise.tv Screen Sharing Extension Expertise.tv Screen Sharing Extension
ID jegcodgdfkeelkodcogioadhihmlhpgj
URL Ufficiale https://chrome.google.com/webstore/detail/expertisetv-screen-sharin/jegcodgdfkeelkodcogioadhihmlhpgj
Descrizione This Chrome extension allows you to share your screen when using Expertise.tv video conferencing.
Dimensione del File 22.45 KB
Conteggio Installazioni 805
Versione Corrente 1.3
Ultimo Aggiornamento 2015-02-20
Data di Pubblicazione 2015-02-20
Valutazione 4.60/5 Totale 5 Valutazioni
Sviluppatore http://expertise.tv
Tipo di Pagamento free
Sito Web dell'Estensione https://expertise.tv
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Expertise.tv Screen Sharing Extension",
    "author": "Alex Speller",
    "version": "1.3",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension allows you to share your screen when using Expertise.tv video conferencing.",
    "homepage_url": "https:\/\/expertise.tv\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "matches": [
                "https:\/\/*.expertise.tv\/*",
                "https:\/\/localhost-expertise.ssl\/*"
            ]
        }
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}