Zoho Screen Sharing

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

Co to jest Zoho Screen Sharing?

Zoho Screen Sharing to rozszerzenie Chrome opracowane przez https://zoho.com, a jego główną funkcją jest „Connect with your remote learners/attendees through video broadcast and screensharing instantly.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Zoho Screen Sharing

Pobierz pliki rozszerzeń Zoho 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Zoho Screen Sharing Zoho Screen Sharing
ID alojhmccmalcppopolaegbopeiakokne
Oficjalny URL https://chromewebstore.google.com/detail/zoho-screen-sharing/alojhmccmalcppopolaegbopeiakokne
Opis Connect with your remote learners/attendees through video broadcast and screensharing instantly.
Rozmiar pliku 28.27 KB
Liczba instalacji 2,914
Aktualna Wersja 1.0.3
Ostatnia Aktualizacja 2019-08-26
Data Publikacji 2019-08-26
Ocena 3.75/5 Łącznie 4 Oceny
Deweloper https://zoho.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://showtime.zoho.com
Adres URL Strony Pomocy https://www.zoho.com/showtime/help/
Adres URL Strony Polityki Prywatności https://www.zoho.com/privacy.html
Obsługiwane Języki 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"
    ]
}