Wyzant Screen Sharing

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

What is Wyzant Screen Sharing?

Wyzant Screen Sharing is a Chrome extension developed by Wyzant, Inc, and its main feature is "This Chrome extension enables screen sharing for the Wyzant online tutoring platform.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Wyzant Screen Sharing Extension CRX File

Download Wyzant 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

                        Wyzant connects students, parents, and tutors and facilitates seamless person to person learning. To learn more, visit wyzant.com.                    

Extension Basic Information

Name Wyzant Screen Sharing Wyzant Screen Sharing
ID ggbjpoaaoeklmpdfjcbgenmbdjhecjjp
Official URL https://chromewebstore.google.com/detail/wyzant-screen-sharing/ggbjpoaaoeklmpdfjcbgenmbdjhecjjp
Description This Chrome extension enables screen sharing for the Wyzant online tutoring platform.
File Size 20.08 KB
Installation Count 20,000
Current Version 2.0.1
Last Updated 2018-04-20
Publish Date 2018-04-20
Rating 3.54/5 Total 13 Ratings
Developer Wyzant, Inc
Payment Type free
Extension Website https://chrome.google.com/webstore/detail/wyzant-screen-sharing/ggbjpoaaoeklmpdfjcbgenmbdjhecjjp?hl=en
Help Page URL https://wyzant.com/Online/FAQ
Supported Languages 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"
    ]
}