Montage Screen Sharing

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

Hvad er Montage Screen Sharing?

Montage Screen Sharing er en Chrome-udvidelse udviklet af https://montagetalent.com, og dens hovedfunktion er "This Chrome extension allows you to share your screen with other interview participants.".

Udvidelsesskærmbilleder

screenshot

Download Montage Screen Sharing-udvidelses-CRX-fil

Download Montage Screen Sharing-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Montage Screen Sharing Montage Screen Sharing
ID kpdaolkakefdigaoijmjllkfnmmekfad
Officiel URL https://chromewebstore.google.com/detail/montage-screen-sharing/kpdaolkakefdigaoijmjllkfnmmekfad
Beskrivelse This Chrome extension allows you to share your screen with other interview participants.
Filstørrelse 26.65 KB
Antal Installationer 889
Nuværende Version 1.0.1.3
Senest Opdateret 2019-03-21
Udgivelsesdato 2019-03-21
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler https://montagetalent.com
Betalingsmetode free
Understøttede Sprog 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"
    ]
}