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.
Co je Learnito Virtual Classrooms - Screen Sharing?
Learnito Virtual Classrooms - Screen Sharing je rozšíření Chrome vyvinuté http://learnito.com, a jeho hlavní funkcí je „This Chrome extension is for use on https://www.learnito.com/ for sharing your screen during delivery of a virtual classroom.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Learnito Virtual Classrooms - Screen Sharing
Stáhněte si soubory rozšíření Learnito Virtual Classrooms - Screen Sharing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | jglocdmhcnhjlehkfchdfbdiljfmpmeo |
Oficiální URL | https://chrome.google.com/webstore/detail/learnito-virtual-classroo/jglocdmhcnhjlehkfchdfbdiljfmpmeo |
Popis | This Chrome extension is for use on https://www.learnito.com/ for sharing your screen during delivery of a virtual classroom. |
Velikost souboru | 22.92 KB |
Počet instalací | 123 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2015-06-22 |
Datum Vydání | 2015-06-22 |
Vývojář | http://learnito.com |
Podporované Jazyky | 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" ] } |