Montage Screen Sharing

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

Apa itu Montage Screen Sharing?

Montage Screen Sharing adalah ekstensi Chrome yang dikembangkan oleh https://montagetalent.com, dan fitur utamanya adalah "This Chrome extension allows you to share your screen with other interview participants.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Montage Screen Sharing

Unduh file ekstensi Montage Screen Sharing dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Montage Screen Sharing Montage Screen Sharing
ID kpdaolkakefdigaoijmjllkfnmmekfad
URL Resmi https://chromewebstore.google.com/detail/montage-screen-sharing/kpdaolkakefdigaoijmjllkfnmmekfad
Deskripsi This Chrome extension allows you to share your screen with other interview participants.
Ukuran File 26.65 KB
Jumlah Instalasi 889
Versi Saat Ini 1.0.1.3
Terakhir Diperbarui 2019-03-21
Tanggal Publikasi 2019-03-21
Penilaian 5.00/5 Total 3 Penilaian
Pengembang https://montagetalent.com
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}