Montage Screen Sharing

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

什么是Montage Screen Sharing?

Montage Screen Sharing是由https://montagetalent.com开发的Chrome扩展程序,该扩展的主要功能是“This Chrome extension allows you to share your screen with other interview participants.”。

扩展截图

screenshot

下载Montage Screen Sharing扩展crx文件

下载Montage Screen Sharing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Montage Screen Sharing Montage Screen Sharing
ID kpdaolkakefdigaoijmjllkfnmmekfad
官方URL https://chromewebstore.google.com/detail/montage-screen-sharing/kpdaolkakefdigaoijmjllkfnmmekfad
简介 This Chrome extension allows you to share your screen with other interview participants.
文件大小 26.65 KB
安装次数 889
当前版本 1.0.1.3
更新时间 2019-03-21
上架时间 2019-03-21
评分 5.00/5 共3次评分
开发者 https://montagetalent.com
付费类型 free
支持的语言 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"
    ]
}