WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Zoho Meeting

Zoho Meeting

View on Chrome Web Store
View Zoho Meeting Chrome Extension on Chrome Web Store
Add to bookmarks
4.3 (23 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

A perfect web conferencing tool to host online meetings, share screen and join conference with video collaboration in browser.
Type
Extension
Users
20,000 users
Zoho Corporation
View author page of Zoho Corporation
Featured Extension

Hand-picked for quality and usefulness

Published
Published on November 29, 2016
Version 1.3.3
Manifest version
3
Updated
Updated on December 6, 2024
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Zoho Meeting Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "manifest_version": 3,
    "name": "Zoho Meeting",
    "description": "A perfect web conferencing tool to host online meetings, share screen and join conference with video collaboration in browser.",
    "version": "1.3.3",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "Meeting-16.png",
        "48": "Meeting-48.png",
        "128": "Meeting-128.png"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.zoho.com\/*",
            "https:\/\/*.zoho.eu\/*",
            "https:\/\/*.zoho.in\/*",
            "https:\/\/*.zoho.com.au\/*",
            "https:\/\/*.zoho.com.cn\/*",
            "https:\/\/*.zoho.jp\/*",
            "https:\/\/*.zohocloud.ca\/*",
            "https:\/\/*.zoho.sa\/*"
        ]
    },
    "background": {
        "service_worker": "background.mjs"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.zoho.com\/*",
                "https:\/\/*.zoho.eu\/*",
                "https:\/\/*.zoho.in\/*",
                "https:\/\/*.zoho.com.au\/*",
                "https:\/\/*.zoho.com.cn\/*",
                "https:\/\/*.zoho.jp\/*",
                "https:\/\/*.zohocloud.ca\/*",
                "https:\/\/*.zoho.sa\/*"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "util.js",
                "ui.zscroll.js",
                "chrome-popup.js",
                "content.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "Meeting-16.png",
            "48": "Meeting-48.png",
            "128": "Meeting-128.png"
        },
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "https:\/\/*.zoho.com\/*",
        "https:\/\/*.zoho.eu\/*",
        "https:\/\/*.zoho.in\/*",
        "https:\/\/*.zoho.com.au\/*",
        "https:\/\/*.zoho.com.cn\/*",
        "https:\/\/*.zoho.jp\/*",
        "https:\/\/*.zohocloud.ca\/*",
        "https:\/\/*.zoho.sa\/*"
    ],
    "permissions": [
        "cookies"
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top