Customer Meetings

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

Что такое Customer Meetings?

Customer Meetings - это расширение Chrome, разработанное https://vectera.com, и его основная функция - "Add video meeting rooms to your Google Calendar events, record the meetings and try cobrowsing sessions.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Customer Meetings

Скачайте файлы расширений 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"
}