Wyzant Screen Sharing

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

Wat is Wyzant Screen Sharing?

Wyzant Screen Sharing is een Chrome-extensie ontwikkeld door Wyzant, Inc, en de belangrijkste functie is "This Chrome extension enables screen sharing for the Wyzant online tutoring platform.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Wyzant Screen Sharing

Download Wyzant Screen Sharing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Wyzant Screen Sharing Wyzant Screen Sharing
ID ggbjpoaaoeklmpdfjcbgenmbdjhecjjp
Officiële URL https://chromewebstore.google.com/detail/wyzant-screen-sharing/ggbjpoaaoeklmpdfjcbgenmbdjhecjjp
Beschrijving This Chrome extension enables screen sharing for the Wyzant online tutoring platform.
Bestandsgrootte 20.08 KB
Aantal Installaties 20,000
Huidige Versie 2.0.1
Laatst Bijgewerkt 2018-04-20
Publicatiedatum 2018-04-20
Beoordeling 3.54/5 Totaal 13 Beoordelingen
Ontwikkelaar Wyzant, Inc
Betalingswijze free
Extensiewebsite https://chrome.google.com/webstore/detail/wyzant-screen-sharing/ggbjpoaaoeklmpdfjcbgenmbdjhecjjp?hl=en
Help Pagina-URL https://wyzant.com/Online/FAQ
Ondersteunde Talen 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"
    ]
}