Zoho Screen Sharing

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

Vad är Zoho Screen Sharing?

Zoho Screen Sharing är en Chrome-tillägg utvecklad av https://zoho.com, och dess huvudfunktion är "Connect with your remote learners/attendees through video broadcast and screensharing instantly.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Zoho Screen Sharing-förlängningens CRX-fil

Ladda ner Zoho Screen Sharing-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Zoho Screen Sharing Zoho Screen Sharing
ID alojhmccmalcppopolaegbopeiakokne
Officiell webbadress https://chromewebstore.google.com/detail/zoho-screen-sharing/alojhmccmalcppopolaegbopeiakokne
Beskrivning Connect with your remote learners/attendees through video broadcast and screensharing instantly.
Filstorlek 28.27 KB
Antal Installationer 2,914
Aktuell Version 1.0.3
Senast Uppdaterad 2019-08-26
Publiceringsdatum 2019-08-26
Betyg 3.75/5 Totalt 4 Betyg
Utvecklare https://zoho.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://showtime.zoho.com
Hjälpsida URL https://www.zoho.com/showtime/help/
URL till Sekretesspolicy Sidan https://www.zoho.com/privacy.html
Stödda Språk 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"
    ]
}