Montage Screen Sharing

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

¿Qué es Montage Screen Sharing?

Montage Screen Sharing es una extensión de Chrome desarrollada por https://montagetalent.com, y su función principal es "This Chrome extension allows you to share your screen with other interview participants.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Montage Screen Sharing

Descarga archivos de extensión Montage Screen Sharing en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Montage Screen Sharing Montage Screen Sharing
ID kpdaolkakefdigaoijmjllkfnmmekfad
URL Oficial https://chromewebstore.google.com/detail/montage-screen-sharing/kpdaolkakefdigaoijmjllkfnmmekfad
Descripción This Chrome extension allows you to share your screen with other interview participants.
Tamaño del Archivo 26.65 KB
Cantidad de Instalaciones 889
Versión Actual 1.0.1.3
Última Actualización 2019-03-21
Fecha de Publicación 2019-03-21
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador https://montagetalent.com
Tipo de Pago free
Idiomas Soportados 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"
    ]
}