8x8 for Microsoft Teams

8x8 UC Agent drives productivity by enabling voice calls, meetings and Click To Dial in Microsoft Teams

Что такое 8x8 for Microsoft Teams?

8x8 for Microsoft Teams - это расширение Chrome, разработанное 8x8integrations, и его основная функция - "8x8 UC Agent drives productivity by enabling voice calls, meetings and Click To Dial in Microsoft Teams".

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

screenshot

Скачать файл CRX расширения 8x8 for Microsoft Teams

Скачайте файлы расширений 8x8 for Microsoft Teams в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        8x8's out-of-the-box integration with Microsoft Teams allows click to call a Microsoft Team member.

An 8x8 dialer allows to receive and make calls.

Key Benefits:
Increased Productivity
8x8 dialer functionality                    

Основная информация о расширении

Название 8x8 for Microsoft Teams 8x8 for Microsoft Teams
ID ikhimagflhihgfcjdpgcopfkfnenggfe
Официальный URL https://chromewebstore.google.com/detail/8x8-for-microsoft-teams/ikhimagflhihgfcjdpgcopfkfnenggfe
Описание 8x8 UC Agent drives productivity by enabling voice calls, meetings and Click To Dial in Microsoft Teams
Размер файла 7.13 KB
Количество установок 503
Текущая Версия 1.0
Последнее Обновление 2019-11-09
Дата публикации 2019-11-08
Рейтинг 4.00/5 Всего 1 оценок
Разработчик 8x8integrations
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://www.8x8.com/terms-and-conditions/privacy-policy
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "8x8 for Microsoft Teams",
    "description": "8x8 UC Agent drives productivity by enabling voice calls, meetings and Click To Dial in Microsoft Teams",
    "version": "1.0",
    "browser_action": {
        "default_title": "8x8 for Microsoft Teams"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "*:\/\/*\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "agentmodelservice.js",
            "background.js"
        ],
        "persistent": true
    }
}