Wyzant Screen Sharing

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

Что такое Wyzant Screen Sharing?

Wyzant Screen Sharing - это расширение Chrome, разработанное Wyzant, Inc, и его основная функция - "This Chrome extension enables screen sharing for the Wyzant online tutoring platform.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Wyzant Screen Sharing

Скачайте файлы расширений Wyzant Screen Sharing в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Wyzant Screen Sharing Wyzant Screen Sharing
ID ggbjpoaaoeklmpdfjcbgenmbdjhecjjp
Официальный URL https://chromewebstore.google.com/detail/wyzant-screen-sharing/ggbjpoaaoeklmpdfjcbgenmbdjhecjjp
Описание This Chrome extension enables screen sharing for the Wyzant online tutoring platform.
Размер файла 20.08 KB
Количество установок 20,000
Текущая Версия 2.0.1
Последнее Обновление 2018-04-20
Дата публикации 2018-04-20
Рейтинг 3.54/5 Всего 13 оценок
Разработчик Wyzant, Inc
Тип оплаты free
Официальный сайт расширения https://chrome.google.com/webstore/detail/wyzant-screen-sharing/ggbjpoaaoeklmpdfjcbgenmbdjhecjjp?hl=en
URL страницы помощи https://wyzant.com/Online/FAQ
Поддерживаемые языки 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"
    ]
}