Montage Screen Sharing

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

O que é Montage Screen Sharing?

Montage Screen Sharing é uma extensão do Chrome desenvolvida por https://montagetalent.com, e sua principal característica é "This Chrome extension allows you to share your screen with other interview participants.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Montage Screen Sharing

Baixe arquivos de extensão Montage Screen Sharing no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Montage Screen Sharing Montage Screen Sharing
ID kpdaolkakefdigaoijmjllkfnmmekfad
URL Oficial https://chromewebstore.google.com/detail/montage-screen-sharing/kpdaolkakefdigaoijmjllkfnmmekfad
Descrição This Chrome extension allows you to share your screen with other interview participants.
Tamanho do Arquivo 26.65 KB
Contagem de Instalações 889
Versão Atual 1.0.1.3
Última Atualização 2019-03-21
Data de Publicação 2019-03-21
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor https://montagetalent.com
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}