Wyzant Screen Sharing
This Chrome extension enables screen sharing for the Wyzant online tutoring platform.
什么是Wyzant Screen Sharing?
Wyzant Screen Sharing是由Wyzant, Inc开发的Chrome扩展程序,该扩展的主要功能是“This Chrome extension enables screen sharing for the Wyzant online tutoring platform.”。
扩展截图
下载Wyzant Screen Sharing扩展crx文件
下载Wyzant Screen Sharing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Wyzant connects students, parents, and tutors and facilitates seamless person to person learning. To learn more, visit wyzant.com.
扩展基本信息
名称 | Wyzant Screen Sharing |
ID | ggbjpoaaoeklmpdfjcbgenmbdjhecjjp |
官方URL | https://chromewebstore.google.com/detail/wyzant-screen-sharing/ggbjpoaaoeklmpdfjcbgenmbdjhecjjp |
简介 | This Chrome extension enables screen sharing for the Wyzant online tutoring platform. |
文件大小 | 20.08 KB |
安装次数 | 20,000 |
当前版本 | 2.0.1 |
更新时间 | 2018-04-20 |
上架时间 | 2018-04-20 |
评分 | 3.54/5 共13次评分 |
开发者 | Wyzant, Inc |
付费类型 | free |
扩展官网 | https://chrome.google.com/webstore/detail/wyzant-screen-sharing/ggbjpoaaoeklmpdfjcbgenmbdjhecjjp?hl=en |
帮助页面URL | https://wyzant.com/Online/FAQ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wyzant Screen Sharing", "author": "Wyzant", "version": "2.0.1", "manifest_version": 2, "minimum_chrome_version": "49", "description": "This Chrome extension enables screen sharing for the Wyzant online tutoring platform.", "homepage_url": "http:\/\/wyzant.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.wyzant.io\/*", "https:\/\/*.wyzant.com\/*", "https:\/\/*.wyzant.dog\/*", "https:\/\/*.wyzdev.com\/*", "https:\/\/*.wyzdev.dog\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "browser_action": { "default_icon": "logo16.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |