Coalesce

With Coalesce, any number of users can share and control content from any device in real time.

Что такое Coalesce?

Coalesce - это расширение Chrome, разработанное https://www.joincoalesce.com, и его основная функция - "With Coalesce, any number of users can share and control content from any device in real time.".

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

screenshot

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

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

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

                        Imagine idea sharing without barriers. Coalesce enables you to wirelessly connect your mobile device to any Coalesce-enabled display for true collaboration. With Coalesce, any number of users can share and control content from any device in real time. Encourage involvement, drive collaboration, and embrace the BYOD culture in meetings, lectures, and classrooms.                    

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

Название Coalesce Coalesce
ID phlcknmppnmpgnjhjncggkidgkbilndd
Официальный URL https://chromewebstore.google.com/detail/coalesce/phlcknmppnmpgnjhjncggkidgkbilndd
Описание With Coalesce, any number of users can share and control content from any device in real time.
Размер файла 221 KB
Количество установок 730
Текущая Версия 0.3.3
Последнее Обновление 2018-11-20
Дата публикации 2018-11-20
Разработчик https://www.joincoalesce.com
Тип оплаты free
Официальный сайт расширения https://www.joincoalesce.com/
URL страницы помощи https://www.blackbox.com/support
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "Coalesce",
    "version": "0.3.3",
    "short_name": "Coalesce",
    "description": "With Coalesce, any number of users can share and control content from any device in real time.",
    "author": "Black Box",
    "homepage_url": "https:\/\/www.joincoalesce.com\/",
    "icons": {
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            ".\/js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.joincoalesce.com\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "web_accessible_resources": [
        "images\/icon48.png",
        "js\/popup.js"
    ]
}