Customer Meetings

Add video meeting rooms to your Google Calendar events, record the meetings and try cobrowsing sessions.

What is Customer Meetings?

Customer Meetings is a Chrome extension developed by https://vectera.com, and its main feature is "Add video meeting rooms to your Google Calendar events, record the meetings and try cobrowsing sessions.".

Extension Screenshots

screenshot

Download Customer Meetings Extension CRX File

Download Customer Meetings 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

                        This extension helps you unlock the full Customer Meeting experience: add a video meeting room from your Google calendar, record your meetings, collaborate using the whiteboards and browse together in your Google Chrome tabs.

For more info please visit https://help.vectera.com/en/support/solutions/articles/7000072585                    

Extension Basic Information

Name Customer Meetings Customer Meetings
ID nllnakkoanoloffpgpglbkijkdmiohmi
Official URL https://chromewebstore.google.com/detail/customer-meetings/nllnakkoanoloffpgpglbkijkdmiohmi
Description Add video meeting rooms to your Google Calendar events, record the meetings and try cobrowsing sessions.
File Size 158 KB
Installation Count 6,574
Current Version 2.3.47
Last Updated 2023-09-22
Publish Date 2020-04-08
Rating 4.50/5 Total 8 Ratings
Developer https://vectera.com
Email [email protected]
Payment Type free
Extension Website https://www.vectera.com
Help Page URL https://help.vectera.com/en/support/home
Privacy Policy Page URL https://www.vectera.com/policies/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Customer Meetings",
    "author": "Vectera",
    "version": "2.3.47",
    "manifest_version": 2,
    "minimum_chrome_version": "54",
    "description": "Add video meeting rooms to your Google Calendar events, record the meetings and try cobrowsing sessions.",
    "homepage_url": "https:\/\/www.vectera.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "content-script.js"
            ]
        }
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "desktopCapture",
        "clipboardRead",
        "unlimitedStorage",
        ""
    ],
    "optional_permissions": [
        "webRequest",
        "webRequestBlocking"
    ],
    "web_accessible_resources": [
        "icon-16.png"
    ],
    "incognito": "split"
}