Zoho Screen Sharing

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

What is Zoho Screen Sharing?

Zoho Screen Sharing is a Chrome extension developed by https://zoho.com, and its main feature is "Connect with your remote learners/attendees through video broadcast and screensharing instantly.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Zoho Screen Sharing Extension CRX File

Download Zoho Screen Sharing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Zoho Screen Sharing Zoho Screen Sharing
ID alojhmccmalcppopolaegbopeiakokne
Official URL https://chromewebstore.google.com/detail/zoho-screen-sharing/alojhmccmalcppopolaegbopeiakokne
Description Connect with your remote learners/attendees through video broadcast and screensharing instantly.
File Size 28.27 KB
Installation Count 2,914
Current Version 1.0.3
Last Updated 2019-08-26
Publish Date 2019-08-26
Rating 3.75/5 Total 4 Ratings
Developer https://zoho.com
Email [email protected]
Payment Type free
Extension Website https://showtime.zoho.com
Help Page URL https://www.zoho.com/showtime/help/
Privacy Policy Page URL https://www.zoho.com/privacy.html
Supported Languages 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"
    ]
}