Tutorcast

This Chrome extension is developed primary for https://tutorcast.tv/. It doesn't do anything except capture content of your screen.

Cos'è Tutorcast?

Tutorcast è un'estensione di Chrome sviluppata da http://tutorcast.tv, e la sua funzione principale è "This Chrome extension is developed primary for https://tutorcast.tv/. It doesn't do anything except capture content of your screen.".

Scarica il file CRX dell'estensione Tutorcast

Scarica i file di estensione Tutorcast 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

                        Tutorcast screen sharing allows tutors to share their screens with students.                    

Informazioni di Base sull'Estensione

Nome Tutorcast Tutorcast
ID njncmjbcfcoipkceaicngchidlhijfja
URL Ufficiale https://chrome.google.com/webstore/detail/tutorcast/njncmjbcfcoipkceaicngchidlhijfja
Descrizione This Chrome extension is developed primary for https://tutorcast.tv/. It doesn't do anything except capture content of your screen.
Dimensione del File 14.53 KB
Conteggio Installazioni 204
Versione Corrente 1.1.5
Ultimo Aggiornamento 2015-10-22
Data di Pubblicazione 2015-10-22
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore http://tutorcast.tv
Tipo di Pagamento free
Sito Web dell'Estensione https://www.tutorcast.tv
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tutorcast",
    "author": "Tutorcast, Inc.",
    "version": "1.1.5",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension is developed primary for https:\/\/tutorcast.tv\/. It doesn't do anything except capture content of your screen.",
    "homepage_url": "https:\/\/tutorcast.tv\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "matches": [
                "*:\/\/localhost\/*",
                "*:\/\/www.tutorcast.tv\/*",
                "*:\/\/tutorcast.tv\/*",
                "*:\/\/50.18.199.99\/*",
                "*:\/\/54.215.235.120\/*"
            ]
        }
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}