TutorMe Screen Sharing
This Chrome extension enables screen sharing for the TutorMe online tutoring platform.
Что такое TutorMe Screen Sharing?
TutorMe Screen Sharing - это расширение Chrome, разработанное https://tutorme.com, и его основная функция - "This Chrome extension enables screen sharing for the TutorMe online tutoring platform.".
Снимки экрана расширения
Скачать файл CRX расширения TutorMe Screen Sharing
Скачайте файлы расширений TutorMe Screen Sharing в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
TutorMe's online tutoring platform enables students and tutors to: ∙ Connect via audio, video, and chat for seamless communication ∙ Collaborate on a shared whiteboard ∙ Upload documents to your whiteboard ∙ Export your whiteboard after the lesson ∙ Use a synchronized text editor and code editor ∙ Screen share with students
Основная информация о расширении
Название | TutorMe Screen Sharing |
ID | lhjlccminjllnogilkoagiplgcnplhom |
Официальный URL | https://chromewebstore.google.com/detail/tutorme-screen-sharing/lhjlccminjllnogilkoagiplgcnplhom |
Описание | This Chrome extension enables screen sharing for the TutorMe online tutoring platform. |
Размер файла | 8.59 KB |
Количество установок | 2,502 |
Текущая Версия | 2.0 |
Последнее Обновление | 2017-09-27 |
Дата публикации | 2017-09-27 |
Рейтинг | 5.00/5 Всего 21 оценок |
Разработчик | https://tutorme.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://tutorme.com |
URL страницы помощи | https://help.tutorme.com/ |
URL страницы политики конфиденциальности | https://tutorme.com/privacy |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TutorMe Screen Sharing", "author": "TutorMe.com, Inc.", "version": "2.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This Chrome extension enables screen sharing for the TutorMe online tutoring platform.", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.tutorme.com\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |