Zoho Screen Sharing

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

Hvad er Zoho Screen Sharing?

Zoho Screen Sharing er en Chrome-udvidelse udviklet af https://zoho.com, og dens hovedfunktion er "Connect with your remote learners/attendees through video broadcast and screensharing instantly.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Zoho Screen Sharing-udvidelses-CRX-fil

Download Zoho Screen Sharing-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Zoho Screen Sharing Zoho Screen Sharing
ID alojhmccmalcppopolaegbopeiakokne
Officiel URL https://chromewebstore.google.com/detail/zoho-screen-sharing/alojhmccmalcppopolaegbopeiakokne
Beskrivelse Connect with your remote learners/attendees through video broadcast and screensharing instantly.
Filstørrelse 28.27 KB
Antal Installationer 2,914
Nuværende Version 1.0.3
Senest Opdateret 2019-08-26
Udgivelsesdato 2019-08-26
Bedømmelse 3.75/5 Samlet 4 Bedømmelser
Udvikler https://zoho.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://showtime.zoho.com
Hjælpeside-URL https://www.zoho.com/showtime/help/
URL til Fortrolighedspolitik Side https://www.zoho.com/privacy.html
Understøttede Sprog 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"
    ]
}