Montage Screen Sharing

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

Wat is Montage Screen Sharing?

Montage Screen Sharing is een Chrome-extensie ontwikkeld door https://montagetalent.com, en de belangrijkste functie is "This Chrome extension allows you to share your screen with other interview participants.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Montage Screen Sharing

Download Montage Screen Sharing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Montage Screen Sharing Montage Screen Sharing
ID kpdaolkakefdigaoijmjllkfnmmekfad
Officiële URL https://chromewebstore.google.com/detail/montage-screen-sharing/kpdaolkakefdigaoijmjllkfnmmekfad
Beschrijving This Chrome extension allows you to share your screen with other interview participants.
Bestandsgrootte 26.65 KB
Aantal Installaties 889
Huidige Versie 1.0.1.3
Laatst Bijgewerkt 2019-03-21
Publicatiedatum 2019-03-21
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://montagetalent.com
Betalingswijze free
Ondersteunde Talen 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"
    ]
}