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.
什么是Learnito Virtual Classrooms - Screen Sharing?
Learnito Virtual Classrooms - Screen Sharing是由http://learnito.com开发的Chrome扩展程序,该扩展的主要功能是“This Chrome extension is for use on https://www.learnito.com/ for sharing your screen during delivery of a virtual classroom.”。
扩展截图
下载Learnito Virtual Classrooms - Screen Sharing扩展crx文件
下载Learnito Virtual Classrooms - Screen Sharing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | jglocdmhcnhjlehkfchdfbdiljfmpmeo |
官方URL | https://chrome.google.com/webstore/detail/learnito-virtual-classroo/jglocdmhcnhjlehkfchdfbdiljfmpmeo |
简介 | This Chrome extension is for use on https://www.learnito.com/ for sharing your screen during delivery of a virtual classroom. |
文件大小 | 22.92 KB |
安装次数 | 123 |
当前版本 | 1.0 |
更新时间 | 2015-06-22 |
上架时间 | 2015-06-22 |
开发者 | http://learnito.com |
支持的语言 | 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" ] } |