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.
Vad är Talent Screen Sharing?
Talent Screen Sharing är en Chrome-tillägg utvecklad av https://torshtalent.com, och dess huvudfunktion är "This Chrome extension is for https://www.torshtalent.com/. It enables the capture of your screen for use in a video call on Talent.".
Tilläggsskärmbilder
Ladda ner Talent Screen Sharing-förlängningens CRX-fil
Ladda ner Talent Screen Sharing-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension is required to enable screen sharing while doing live video calls in Talent.
Grundläggande Information om Tillägg
Namn | |
ID | cfffdlfejcfdikndpnlmkgklgnpmfhok |
Officiell webbadress | https://chromewebstore.google.com/detail/talent-screen-sharing/cfffdlfejcfdikndpnlmkgklgnpmfhok |
Beskrivning | This Chrome extension is for https://www.torshtalent.com/. It enables the capture of your screen for use in a video call on Talent. |
Filstorlek | 16.76 KB |
Antal Installationer | 608 |
Aktuell Version | 2.0 |
Senast Uppdaterad | 2019-02-06 |
Publiceringsdatum | 2019-02-06 |
Utvecklare | https://torshtalent.com |
Betalningssätt | free |
Tilläggswebbplats | http://www.torsh.co |
Hjälpsida URL | https://torshsupport.zendesk.com/hc/en-us |
Stödda Språk | 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" ] } |