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"
    ]
}