Screen Share Extension for the Kore App

Screen Share Extension for the Kore App

Что такое Screen Share Extension for the Kore App?

Screen Share Extension for the Kore App - это расширение Chrome, разработанное https://kore.com, и его основная функция - "Screen Share Extension for the Kore App".

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

screenshot

Скачать файл CRX расширения Screen Share Extension for the Kore App

Скачайте файлы расширений Screen Share Extension for the Kore App в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Use Kore to collaborate with colleagues. Using Kore's new real time communication features, hop on a call with a co-worker or a group and have a productive meeting from anywhere in the world                    

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

Название Screen Share Extension for the Kore App Screen Share Extension for the Kore App
ID faeohamndfhcghnogccaihapbaialcbb
Официальный URL https://chromewebstore.google.com/detail/screen-share-extension-fo/faeohamndfhcghnogccaihapbaialcbb
Описание Screen Share Extension for the Kore App
Размер файла 12.74 KB
Количество установок 46
Текущая Версия 1.3
Последнее Обновление 2017-05-04
Дата публикации 2017-05-04
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://kore.com
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screen Share Extension for the Kore App",
    "short_name": "kore.ai extension",
    "description": "Screen Share Extension for the Kore App",
    "version": "1.3",
    "manifest_version": 2,
    "icons": {
        "128": "kore-logo.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.kore.com\/*",
                "*:\/\/*.kore.net\/*",
                "*:\/\/*.kore.ai\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "permissions": [
        "*:\/\/*.kore.com\/*",
        "*:\/\/*.kore.net\/*",
        "*:\/\/*.kore.ai\/*",
        "desktopCapture",
        "tabs"
    ]
}