Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "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" ] }