Talent Screen Sharing

This Chrome extension is for https://www.torshtalent.com/. It enables the capture of your screen for use in a video call on Talent.

Apa itu Talent Screen Sharing?

Talent Screen Sharing adalah ekstensi Chrome yang dikembangkan oleh https://torshtalent.com, dan fitur utamanya adalah "This Chrome extension is for https://www.torshtalent.com/. It enables the capture of your screen for use in a video call on Talent.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Talent Screen Sharing

Unduh file ekstensi Talent 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

                        This extension is required to enable screen sharing while doing live video calls in Talent.                    

Informasi Dasar Ekstensi

Nama Talent Screen Sharing Talent Screen Sharing
ID cfffdlfejcfdikndpnlmkgklgnpmfhok
URL Resmi https://chromewebstore.google.com/detail/talent-screen-sharing/cfffdlfejcfdikndpnlmkgklgnpmfhok
Deskripsi This Chrome extension is for https://www.torshtalent.com/. It enables the capture of your screen for use in a video call on Talent.
Ukuran File 16.76 KB
Jumlah Instalasi 608
Versi Saat Ini 2.0
Terakhir Diperbarui 2019-02-06
Tanggal Publikasi 2019-02-06
Pengembang https://torshtalent.com
Tipe Pembayaran free
Situs Ekstensi http://www.torsh.co
URL Halaman Bantuan https://torshsupport.zendesk.com/hc/en-us
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Talent Screen Sharing",
    "author": "Torsh, Inc.",
    "version": "2.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension is for https:\/\/www.torshtalent.com\/. It enables the capture of your screen for use in a video call on Talent.",
    "homepage_url": "https:\/\/torsh.co\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.torshtalent.com\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}