Wyzant Screen Sharing

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

Co to jest Wyzant Screen Sharing?

Wyzant Screen Sharing to rozszerzenie Chrome opracowane przez Wyzant, Inc, a jego główną funkcją jest „This Chrome extension enables screen sharing for the Wyzant online tutoring platform.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Wyzant Screen Sharing

Pobierz pliki rozszerzeń Wyzant Screen Sharing w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Wyzant Screen Sharing Wyzant Screen Sharing
ID ggbjpoaaoeklmpdfjcbgenmbdjhecjjp
Oficjalny URL https://chromewebstore.google.com/detail/wyzant-screen-sharing/ggbjpoaaoeklmpdfjcbgenmbdjhecjjp
Opis This Chrome extension enables screen sharing for the Wyzant online tutoring platform.
Rozmiar pliku 20.08 KB
Liczba instalacji 20,000
Aktualna Wersja 2.0.1
Ostatnia Aktualizacja 2018-04-20
Data Publikacji 2018-04-20
Ocena 3.54/5 Łącznie 13 Oceny
Deweloper Wyzant, Inc
Typ Płatności free
Strona Rozszerzenia https://chrome.google.com/webstore/detail/wyzant-screen-sharing/ggbjpoaaoeklmpdfjcbgenmbdjhecjjp?hl=en
Adres URL Strony Pomocy https://wyzant.com/Online/FAQ
Obsługiwane Języki 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"
    ]
}