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
官方網址 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"
}