Montage Screen Sharing

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

Co je Montage Screen Sharing?

Montage Screen Sharing je rozšíření Chrome vyvinuté https://montagetalent.com, a jeho hlavní funkcí je „This Chrome extension allows you to share your screen with other interview participants.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Montage Screen Sharing

Stáhněte si soubory rozšíření Montage Screen Sharing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Montage Screen Sharing Montage Screen Sharing
ID kpdaolkakefdigaoijmjllkfnmmekfad
Oficiální URL https://chromewebstore.google.com/detail/montage-screen-sharing/kpdaolkakefdigaoijmjllkfnmmekfad
Popis This Chrome extension allows you to share your screen with other interview participants.
Velikost souboru 26.65 KB
Počet instalací 889
Aktuální Verze 1.0.1.3
Poslední Aktualizace 2019-03-21
Datum Vydání 2019-03-21
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář https://montagetalent.com
Typ Platby free
Podporované Jazyky 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"
    ]
}