Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Customer Meetings",
"author": "Vectera",
"version": "3.1.0",
"manifest_version": 3,
"minimum_chrome_version": "88",
"description": "Add video meeting rooms to your Google Calendar events, record the meetings and try cobrowsing sessions.",
"homepage_url": "https:\/\/www.vectera.com\/",
"background": {
"service_worker": "background-script.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"all_frames": true,
"js": [
"content-script.js"
]
}
],
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"permissions": [
"alarms",
"declarativeNetRequestWithHostAccess",
"desktopCapture",
"management",
"offscreen",
"scripting",
"storage",
"tabs",
"unlimitedStorage",
"webNavigation"
],
"host_permissions": [
"<all_urls>"
],
"web_accessible_resources": [
{
"resources": [
"icon-16.png",
"content-script-cobrowse-override-focus.js",
"content-script-cobrowse-revert-focus-override.js"
],
"matches": [
"<all_urls>"
]
}
],
"incognito": "split"
}