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.

Co to jest Talent Screen Sharing?

Talent Screen Sharing to rozszerzenie Chrome opracowane przez https://torshtalent.com, a jego główną funkcją jest „This Chrome extension is for https://www.torshtalent.com/. It enables the capture of your screen for use in a video call on Talent.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Talent Screen Sharing

Pobierz pliki rozszerzeń Talent Screen Sharing w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Talent Screen Sharing Talent Screen Sharing
ID cfffdlfejcfdikndpnlmkgklgnpmfhok
Oficjalny URL https://chromewebstore.google.com/detail/talent-screen-sharing/cfffdlfejcfdikndpnlmkgklgnpmfhok
Opis This Chrome extension is for https://www.torshtalent.com/. It enables the capture of your screen for use in a video call on Talent.
Rozmiar pliku 16.76 KB
Liczba instalacji 608
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2019-02-06
Data Publikacji 2019-02-06
Deweloper https://torshtalent.com
Typ Płatności free
Strona Rozszerzenia http://www.torsh.co
Adres URL Strony Pomocy https://torshsupport.zendesk.com/hc/en-us
Obsługiwane Języki 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"
    ]
}