Zoho Screen Sharing

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

Cos'è Zoho Screen Sharing?

Zoho Screen Sharing è un'estensione di Chrome sviluppata da https://zoho.com, e la sua funzione principale è "Connect with your remote learners/attendees through video broadcast and screensharing instantly.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Zoho Screen Sharing

Scarica i file di estensione Zoho Screen Sharing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Zoho Screen Sharing Zoho Screen Sharing
ID alojhmccmalcppopolaegbopeiakokne
URL Ufficiale https://chromewebstore.google.com/detail/zoho-screen-sharing/alojhmccmalcppopolaegbopeiakokne
Descrizione Connect with your remote learners/attendees through video broadcast and screensharing instantly.
Dimensione del File 28.27 KB
Conteggio Installazioni 2,914
Versione Corrente 1.0.3
Ultimo Aggiornamento 2019-08-26
Data di Pubblicazione 2019-08-26
Valutazione 3.75/5 Totale 4 Valutazioni
Sviluppatore https://zoho.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://showtime.zoho.com
URL della Pagina di Aiuto https://www.zoho.com/showtime/help/
URL della Pagina della Politica sulla Privacy https://www.zoho.com/privacy.html
Lingue Supportate 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"
    ]
}