Montage Screen Sharing

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

What is Montage Screen Sharing?

Montage Screen Sharing is a Chrome extension developed by https://montagetalent.com, and its main feature is "This Chrome extension allows you to share your screen with other interview participants.".

Extension Screenshots

screenshot

Download Montage Screen Sharing Extension CRX File

Download Montage Screen Sharing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Montage Screen Sharing Montage Screen Sharing
ID kpdaolkakefdigaoijmjllkfnmmekfad
Official URL https://chromewebstore.google.com/detail/montage-screen-sharing/kpdaolkakefdigaoijmjllkfnmmekfad
Description This Chrome extension allows you to share your screen with other interview participants.
File Size 26.65 KB
Installation Count 889
Current Version 1.0.1.3
Last Updated 2019-03-21
Publish Date 2019-03-21
Rating 5.00/5 Total 3 Ratings
Developer https://montagetalent.com
Payment Type free
Supported Languages 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"
    ]
}