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 je Talent Screen Sharing?
Talent Screen Sharing je rozšíření Chrome vyvinuté https://torshtalent.com, a jeho hlavní funkcí je „This Chrome extension is for https://www.torshtalent.com/. It enables the capture of your screen for use in a video call on Talent.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Talent Screen Sharing
Stáhněte si soubory rozšíření Talent Screen Sharing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This extension is required to enable screen sharing while doing live video calls in Talent.
Základní Informace o Rozšíření
Název | |
ID | cfffdlfejcfdikndpnlmkgklgnpmfhok |
Oficiální URL | https://chromewebstore.google.com/detail/talent-screen-sharing/cfffdlfejcfdikndpnlmkgklgnpmfhok |
Popis | This Chrome extension is for https://www.torshtalent.com/. It enables the capture of your screen for use in a video call on Talent. |
Velikost souboru | 16.76 KB |
Počet instalací | 608 |
Aktuální Verze | 2.0 |
Poslední Aktualizace | 2019-02-06 |
Datum Vydání | 2019-02-06 |
Vývojář | https://torshtalent.com |
Typ Platby | free |
Webové stránky Rozšíření | http://www.torsh.co |
URL Stránky Nápovědy | https://torshsupport.zendesk.com/hc/en-us |
Podporované Jazyky | 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" ] } |