Montage Screen Sharing

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

Was ist Montage Screen Sharing?

Montage Screen Sharing ist eine Chrome-Erweiterung, die von https://montagetalent.com entwickelt wurde, und ihr Hauptmerkmal ist "This Chrome extension allows you to share your screen with other interview participants.".

Erweiterungsscreenshots

screenshot

Montage Screen Sharing-Erweiterungs-CRX-Datei herunterladen

Laden Sie Montage Screen Sharing-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Montage Screen Sharing Montage Screen Sharing
ID kpdaolkakefdigaoijmjllkfnmmekfad
Offizielle URL https://chromewebstore.google.com/detail/montage-screen-sharing/kpdaolkakefdigaoijmjllkfnmmekfad
Beschreibung This Chrome extension allows you to share your screen with other interview participants.
Dateigröße 26.65 KB
Installationsanzahl 889
Aktuelle Version 1.0.1.3
Letztes Update 2019-03-21
Veröffentlichungsdatum 2019-03-21
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler https://montagetalent.com
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}