TutorMe Screen Sharing

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

What is TutorMe Screen Sharing?

TutorMe Screen Sharing is a Chrome extension developed by https://tutorme.com, and its main feature is "This Chrome extension enables screen sharing for the TutorMe online tutoring platform.".

Extension Screenshots

screenshot
screenshot

Download TutorMe Screen Sharing Extension CRX File

Download TutorMe Screen Sharing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name TutorMe Screen Sharing TutorMe Screen Sharing
ID lhjlccminjllnogilkoagiplgcnplhom
Official URL https://chromewebstore.google.com/detail/tutorme-screen-sharing/lhjlccminjllnogilkoagiplgcnplhom
Description This Chrome extension enables screen sharing for the TutorMe online tutoring platform.
File Size 8.59 KB
Installation Count 2,502
Current Version 2.0
Last Updated 2017-09-27
Publish Date 2017-09-27
Rating 5.00/5 Total 21 Ratings
Developer https://tutorme.com
Email [email protected]
Payment Type free
Extension Website https://tutorme.com
Help Page URL https://help.tutorme.com/
Privacy Policy Page URL https://tutorme.com/privacy
Supported Languages 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"
    ]
}