Learnito Virtual Classrooms - Screen Sharing
This Chrome extension is for use on https://www.learnito.com/ for sharing your screen during delivery of a virtual classroom.
Cos'è Learnito Virtual Classrooms - Screen Sharing?
Learnito Virtual Classrooms - Screen Sharing è un'estensione di Chrome sviluppata da http://learnito.com, e la sua funzione principale è "This Chrome extension is for use on https://www.learnito.com/ for sharing your screen during delivery of a virtual classroom.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Learnito Virtual Classrooms - Screen Sharing
Scarica i file di estensione Learnito Virtual Classrooms - 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 chrome extension allows an instructor to share his/her screen during a live virtual classroom being conducted via Learnito's Classroom on the Cloud infrastructure.
Informazioni di Base sull'Estensione
Nome | |
ID | jglocdmhcnhjlehkfchdfbdiljfmpmeo |
URL Ufficiale | https://chrome.google.com/webstore/detail/learnito-virtual-classroo/jglocdmhcnhjlehkfchdfbdiljfmpmeo |
Descrizione | This Chrome extension is for use on https://www.learnito.com/ for sharing your screen during delivery of a virtual classroom. |
Dimensione del File | 22.92 KB |
Conteggio Installazioni | 123 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2015-06-22 |
Data di Pubblicazione | 2015-06-22 |
Sviluppatore | http://learnito.com |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Learnito Virtual Classrooms - Screen Sharing", "author": "harish", "version": "1.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This Chrome extension is for use on https:\/\/www.learnito.com\/ for sharing your screen during delivery of a virtual classroom.", "homepage_url": "https:\/\/www.learnito.com", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "matches": [ "https:\/\/*.learnito.com\/*" ] } ], "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |