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
官方網址 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"
    ]
}