Montage Screen Sharing

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

Co to jest Montage Screen Sharing?

Montage Screen Sharing to rozszerzenie Chrome opracowane przez https://montagetalent.com, a jego główną funkcją jest „This Chrome extension allows you to share your screen with other interview participants.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Montage Screen Sharing

Pobierz pliki rozszerzeń Montage Screen Sharing w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Montage Screen Sharing Montage Screen Sharing
ID kpdaolkakefdigaoijmjllkfnmmekfad
Oficjalny URL https://chromewebstore.google.com/detail/montage-screen-sharing/kpdaolkakefdigaoijmjllkfnmmekfad
Opis This Chrome extension allows you to share your screen with other interview participants.
Rozmiar pliku 26.65 KB
Liczba instalacji 889
Aktualna Wersja 1.0.1.3
Ostatnia Aktualizacja 2019-03-21
Data Publikacji 2019-03-21
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper https://montagetalent.com
Typ Płatności free
Obsługiwane Języki 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"
    ]
}