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.
Wat is Learnito Virtual Classrooms - Screen Sharing?
Learnito Virtual Classrooms - Screen Sharing is een Chrome-extensie ontwikkeld door http://learnito.com, en de belangrijkste functie is "This Chrome extension is for use on https://www.learnito.com/ for sharing your screen during delivery of a virtual classroom.".
Extensie Screenshots
Download het CRX-bestand van de extensie Learnito Virtual Classrooms - Screen Sharing
Download Learnito Virtual Classrooms - Screen Sharing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | jglocdmhcnhjlehkfchdfbdiljfmpmeo |
Officiële URL | https://chrome.google.com/webstore/detail/learnito-virtual-classroo/jglocdmhcnhjlehkfchdfbdiljfmpmeo |
Beschrijving | This Chrome extension is for use on https://www.learnito.com/ for sharing your screen during delivery of a virtual classroom. |
Bestandsgrootte | 22.92 KB |
Aantal Installaties | 123 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2015-06-22 |
Publicatiedatum | 2015-06-22 |
Ontwikkelaar | http://learnito.com |
Ondersteunde Talen | 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" ] } |