Montage Screen Sharing

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

Cos'è Montage Screen Sharing?

Montage Screen Sharing è un'estensione di Chrome sviluppata da https://montagetalent.com, e la sua funzione principale è "This Chrome extension allows you to share your screen with other interview participants.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Montage Screen Sharing

Scarica i file di estensione Montage Screen Sharing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Montage Screen Sharing Montage Screen Sharing
ID kpdaolkakefdigaoijmjllkfnmmekfad
URL Ufficiale https://chromewebstore.google.com/detail/montage-screen-sharing/kpdaolkakefdigaoijmjllkfnmmekfad
Descrizione This Chrome extension allows you to share your screen with other interview participants.
Dimensione del File 26.65 KB
Conteggio Installazioni 889
Versione Corrente 1.0.1.3
Ultimo Aggiornamento 2019-03-21
Data di Pubblicazione 2019-03-21
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://montagetalent.com
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}