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
Eメール [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"
}