Montage Screen Sharing

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

Qu'est-ce que Montage Screen Sharing ?

Montage Screen Sharing est une extension Chrome développée par https://montagetalent.com, et sa fonction principale est "This Chrome extension allows you to share your screen with other interview participants.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Montage Screen Sharing

Téléchargez les fichiers d'extension Montage Screen Sharing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Montage Screen Sharing Montage Screen Sharing
ID kpdaolkakefdigaoijmjllkfnmmekfad
URL Officiel https://chromewebstore.google.com/detail/montage-screen-sharing/kpdaolkakefdigaoijmjllkfnmmekfad
Description This Chrome extension allows you to share your screen with other interview participants.
Taille du Fichier 26.65 KB
Nombre d'Installations 889
Version Actuelle 1.0.1.3
Dernière Mise à Jour 2019-03-21
Date de Publication 2019-03-21
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://montagetalent.com
Type de Paiement free
Langues Prises en Charge 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"
    ]
}