Zoho Screen Sharing

Connect with your remote learners/attendees through video broadcast and screensharing instantly.

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

Zoho Screen Sharing - это расширение Chrome, разработанное https://zoho.com, и его основная функция - "Connect with your remote learners/attendees through video broadcast and screensharing instantly.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Share your screen to show how it is done! 

You can make your screen visible to your trainees or your attendees. Convey ideas and explain processes in detail instantaneously. 

Through this extension, you can share your screen with your learners in a Zoho ShowTime powered classroom.                    

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

Название Zoho Screen Sharing Zoho Screen Sharing
ID alojhmccmalcppopolaegbopeiakokne
Официальный URL https://chromewebstore.google.com/detail/zoho-screen-sharing/alojhmccmalcppopolaegbopeiakokne
Описание Connect with your remote learners/attendees through video broadcast and screensharing instantly.
Размер файла 28.27 KB
Количество установок 2,914
Текущая Версия 1.0.3
Последнее Обновление 2019-08-26
Дата публикации 2019-08-26
Рейтинг 3.75/5 Всего 4 оценок
Разработчик https://zoho.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://showtime.zoho.com
URL страницы помощи https://www.zoho.com/showtime/help/
URL страницы политики конфиденциальности https://www.zoho.com/privacy.html
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zoho Screen Sharing",
    "author": "Showtime",
    "version": "1.0.3",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Connect with your remote learners\/attendees through video broadcast and screensharing instantly.",
    "homepage_url": "https:\/\/showtime.zoho.com",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.zoho.com\/*",
            "https:\/\/*.zoho.eu\/*",
            "https:\/\/*.zoho.jp\/*",
            "https:\/\/*.zoho.com.cn\/*",
            "https:\/\/*.zoho.in\/*",
            "https:\/\/*.zoho.com.au\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "32": "logo32.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ]
}