Montage Screen Sharing

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

Vad är Montage Screen Sharing?

Montage Screen Sharing är en Chrome-tillägg utvecklad av https://montagetalent.com, och dess huvudfunktion är "This Chrome extension allows you to share your screen with other interview participants.".

Tilläggsskärmbilder

screenshot

Ladda ner Montage Screen Sharing-förlängningens CRX-fil

Ladda ner Montage Screen Sharing-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Montage Screen Sharing Montage Screen Sharing
ID kpdaolkakefdigaoijmjllkfnmmekfad
Officiell webbadress https://chromewebstore.google.com/detail/montage-screen-sharing/kpdaolkakefdigaoijmjllkfnmmekfad
Beskrivning This Chrome extension allows you to share your screen with other interview participants.
Filstorlek 26.65 KB
Antal Installationer 889
Aktuell Version 1.0.1.3
Senast Uppdaterad 2019-03-21
Publiceringsdatum 2019-03-21
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare https://montagetalent.com
Betalningssätt free
Stödda Språk 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"
    ]
}