Customer Meetings

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

什么是Customer Meetings?

Customer Meetings是由https://vectera.com开发的Chrome扩展程序,该扩展的主要功能是“Add video meeting rooms to your Google Calendar events, record the meetings and try cobrowsing sessions.”。

扩展截图

screenshot

下载Customer Meetings扩展crx文件

下载Customer Meetings扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Customer Meetings Customer Meetings
ID nllnakkoanoloffpgpglbkijkdmiohmi
官方URL https://chromewebstore.google.com/detail/customer-meetings/nllnakkoanoloffpgpglbkijkdmiohmi
简介 Add video meeting rooms to your Google Calendar events, record the meetings and try cobrowsing sessions.
文件大小 158 KB
安装次数 6,574
当前版本 2.3.47
更新时间 2023-09-22
上架时间 2020-04-08
评分 4.50/5 共8次评分
开发者 https://vectera.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.vectera.com
帮助页面URL https://help.vectera.com/en/support/home
隐私政策页面URL https://www.vectera.com/policies/privacy-policy
支持的语言 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"
}