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.
What is Learnito Virtual Classrooms - Screen Sharing?
Learnito Virtual Classrooms - Screen Sharing is a Chrome extension developed by http://learnito.com, and its main feature is "This Chrome extension is for use on https://www.learnito.com/ for sharing your screen during delivery of a virtual classroom.".
Extension Screenshots
Download Learnito Virtual Classrooms - Screen Sharing Extension CRX File
Download Learnito Virtual Classrooms - Screen Sharing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | jglocdmhcnhjlehkfchdfbdiljfmpmeo |
Official URL | https://chrome.google.com/webstore/detail/learnito-virtual-classroo/jglocdmhcnhjlehkfchdfbdiljfmpmeo |
Description | This Chrome extension is for use on https://www.learnito.com/ for sharing your screen during delivery of a virtual classroom. |
File Size | 22.92 KB |
Installation Count | 123 |
Current Version | 1.0 |
Last Updated | 2015-06-22 |
Publish Date | 2015-06-22 |
Developer | http://learnito.com |
Supported Languages | 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" ] } |