TeachHoot Screen Sharing
This extension is developed primarily for TeachHoot classroom screen sharing functionality.
什么是TeachHoot Screen Sharing?
TeachHoot Screen Sharing是由teachhoot开发的Chrome扩展程序,该扩展的主要功能是“This extension is developed primarily for TeachHoot classroom screen sharing functionality.”。
扩展截图
下载TeachHoot Screen Sharing扩展crx文件
下载TeachHoot Screen Sharing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Only for TeachHoot virtual classroom screen sharing functionality.
扩展基本信息
名称 | |
ID | goapckpidegmgkkcdkepmodfgpafhhce |
官方URL | https://chrome.google.com/webstore/detail/teachhoot-screen-sharing/goapckpidegmgkkcdkepmodfgpafhhce |
简介 | This extension is developed primarily for TeachHoot classroom screen sharing functionality. |
文件大小 | 16.67 KB |
安装次数 | 23 |
当前版本 | 1.2 |
更新时间 | 2018-07-21 |
上架时间 | 2018-07-21 |
开发者 | teachhoot |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TeachHoot Screen Sharing", "author": "TeachHoot, Inc.", "version": "1.2", "manifest_version": 2, "minimum_chrome_version": "40", "description": "This extension is developed primarily for TeachHoot classroom screen sharing functionality.", "homepage_url": "https:\/\/www.teachhoot.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/www.teachhoot.com\/*", "https:\/\/137.117.245.112:1443\/*", "https:\/\/localhost:44390\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture", "audioCapture" ] } |