Montage Screen Sharing

This Chrome extension allows you to share your screen with other interview participants.

Что такое Montage Screen Sharing?

Montage Screen Sharing - это расширение Chrome, разработанное https://montagetalent.com, и его основная функция - "This Chrome extension allows you to share your screen with other interview participants.".

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

screenshot

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

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

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

                        Montage Screen Sharing provides participants in a Live Video Interview the ability to share their screen. 

Montage's interviewing platform is the single solution to engage, interview and hire better candidates, faster.                    

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

Название Montage Screen Sharing Montage Screen Sharing
ID kpdaolkakefdigaoijmjllkfnmmekfad
Официальный URL https://chromewebstore.google.com/detail/montage-screen-sharing/kpdaolkakefdigaoijmjllkfnmmekfad
Описание This Chrome extension allows you to share your screen with other interview participants.
Размер файла 26.65 KB
Количество установок 889
Текущая Версия 1.0.1.3
Последнее Обновление 2019-03-21
Дата публикации 2019-03-21
Рейтинг 5.00/5 Всего 3 оценок
Разработчик https://montagetalent.com
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Montage Screen Sharing",
    "author": "Montage Talent, Inc.",
    "version": "1.0.1.3",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension allows you to share your screen with other interview participants.",
    "homepage_url": "http:\/\/www.montagetalent.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}