Kudo Presentation Mode

Cloud-based Kudo presentation mode only capture content of your screen to be shared on web conferencing and live events.

Что такое Kudo Presentation Mode?

Kudo Presentation Mode - это расширение Chrome, разработанное kudoway, и его основная функция - "Cloud-based Kudo presentation mode only capture content of your screen to be shared on web conferencing and live events.".

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

screenshot

Скачать файл CRX расширения Kudo Presentation Mode

Скачайте файлы расширений Kudo Presentation Mode в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Kudo is cloud-based collaboration in multiple languages for web conferencing and live events. This cloud-based Kudo presentation mode only capture content of your screen to be shared on web conferencing and live events.                    

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

Название Kudo Presentation Mode Kudo Presentation Mode
ID kcckcfoaiogdeajdbekopnhbepigidgb
Официальный URL https://chromewebstore.google.com/detail/kudo-presentation-mode/kcckcfoaiogdeajdbekopnhbepigidgb
Описание Cloud-based Kudo presentation mode only capture content of your screen to be shared on web conferencing and live events.
Размер файла 21.02 KB
Количество установок 668
Текущая Версия 0.3
Последнее Обновление 2018-01-31
Дата публикации 2018-01-31
Рейтинг 4.00/5 Всего 4 оценок
Разработчик kudoway
Тип оплаты free
Официальный сайт расширения https://app.kudoway.com/
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kudo Presentation Mode",
    "author": "Kudoway, Inc.",
    "version": "0.3",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Cloud-based Kudo presentation mode only capture content of your screen to be shared on web conferencing and live events.",
    "homepage_url": "https:\/\/app.kudoway.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.kudoway.com\/*"
        ]
    },
    "icons": {
        "16": "kudo_logo16.png",
        "48": "kudo_logo48.png",
        "128": "kudo_logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "logo.png"
    ]
}