Wyzant Screen Sharing

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

Co je Wyzant Screen Sharing?

Wyzant Screen Sharing je rozšíření Chrome vyvinuté Wyzant, Inc, a jeho hlavní funkcí je „This Chrome extension enables screen sharing for the Wyzant online tutoring platform.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Wyzant Screen Sharing

Stáhněte si soubory rozšíření Wyzant Screen Sharing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Wyzant Screen Sharing Wyzant Screen Sharing
ID ggbjpoaaoeklmpdfjcbgenmbdjhecjjp
Oficiální URL https://chromewebstore.google.com/detail/wyzant-screen-sharing/ggbjpoaaoeklmpdfjcbgenmbdjhecjjp
Popis This Chrome extension enables screen sharing for the Wyzant online tutoring platform.
Velikost souboru 20.08 KB
Počet instalací 20,000
Aktuální Verze 2.0.1
Poslední Aktualizace 2018-04-20
Datum Vydání 2018-04-20
Hodnocení 3.54/5 Celkem 13 Hodnocení
Vývojář Wyzant, Inc
Typ Platby free
Webové stránky Rozšíření https://chrome.google.com/webstore/detail/wyzant-screen-sharing/ggbjpoaaoeklmpdfjcbgenmbdjhecjjp?hl=en
URL Stránky Nápovědy https://wyzant.com/Online/FAQ
Podporované Jazyky 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"
    ]
}