Montage Extension

Multiple devices, people and places connected in a shared workplace

Что такое Montage Extension?

Montage Extension - это расширение Chrome, разработанное DisplayNote Technologies, и его основная функция - "Multiple devices, people and places connected in a shared workplace".

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

screenshot

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

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

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

                        Montage is an all-in-one wireless presentation and collaboration solution for the modern workplace. At its core it allows up to 12 people, whether they’re together in the same room or remote, to send what’s on their device screen to a main meeting room display. 

Montage enables everyone in a meeting to see what’s happening on the other attendee’s screens. Those screens can be re-arranged, re-ordered and layered - with Montage you control how (the?)Information is presented: you can use touch/gesture or mouse control to arrange and view any combination of attendee’s screens. 

By using Montage in your meeting rooms, you will get the complete picture by being able to see and compare what’s on everyone’s screen. Montage means/brings/facilitates better, more informed, faster decisions, it means quicker presentation and buy in of ideas, it means that if a team is presenting an idea, it doesn’t get lost in translation. 

For attendees connecting remotely, the solution offers full video and voice communication which means remote workers and teams can be part of the meeting as naturally as if they were actually in the room. Everyone connected can be seen and heard and is able to equally contribute.                    

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

Название Montage Extension Montage Extension
ID ndkcbeobinkpnghgoemepmhgknjficlf
Официальный URL https://chrome.google.com/webstore/detail/montage-extension/ndkcbeobinkpnghgoemepmhgknjficlf
Описание Multiple devices, people and places connected in a shared workplace
Размер файла 11.64 KB
Количество установок 407
Текущая Версия 1.0.9
Последнее Обновление 2016-01-19
Дата публикации 2016-01-19
Рейтинг 4.78/5 Всего 9 оценок
Разработчик DisplayNote Technologies
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://www.displaynote.com/wp-content/uploads/2016/02/Privacy-Policy_website.pdf
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Montage Extension",
    "short_name": "Montage",
    "author": "DisplayNote Technologies, Ltd",
    "version": "1.0.9",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Multiple devices, people and places connected in a shared workplace",
    "homepage_url": "https:\/\/joinmontage.com\/web\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "https:\/\/*.displaynote.com\/*",
                "https:\/\/*.joinmontage.com\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon48.png"
    ]
}