TutorMe Screen Sharing

This Chrome extension enables screen sharing for the TutorMe online tutoring platform.

什么是TutorMe Screen Sharing?

TutorMe Screen Sharing是由https://tutorme.com开发的Chrome扩展程序,该扩展的主要功能是“This Chrome extension enables screen sharing for the TutorMe online tutoring platform.”。

扩展截图

screenshot
screenshot

下载TutorMe Screen Sharing扩展crx文件

下载TutorMe Screen Sharing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        TutorMe's online tutoring platform enables students and tutors to: 
∙ Connect via audio, video, and chat for seamless communication
∙ Collaborate on a shared whiteboard
∙ Upload documents to your whiteboard
∙ Export your whiteboard after the lesson
∙ Use a synchronized text editor and code editor
∙ Screen share with students                    

扩展基本信息

名称 TutorMe Screen Sharing TutorMe Screen Sharing
ID lhjlccminjllnogilkoagiplgcnplhom
官方URL https://chromewebstore.google.com/detail/tutorme-screen-sharing/lhjlccminjllnogilkoagiplgcnplhom
简介 This Chrome extension enables screen sharing for the TutorMe online tutoring platform.
文件大小 8.59 KB
安装次数 2,502
当前版本 2.0
更新时间 2017-09-27
上架时间 2017-09-27
评分 5.00/5 共21次评分
开发者 https://tutorme.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://tutorme.com
帮助页面URL https://help.tutorme.com/
隐私政策页面URL https://tutorme.com/privacy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TutorMe Screen Sharing",
    "author": "TutorMe.com, Inc.",
    "version": "2.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension enables screen sharing for the TutorMe online tutoring platform.",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.tutorme.com\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}