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.
Что такое Talent Screen Sharing?
Talent Screen Sharing - это расширение Chrome, разработанное https://torshtalent.com, и его основная функция - "This Chrome extension is for https://www.torshtalent.com/. It enables the capture of your screen for use in a video call on Talent.".
Снимки экрана расширения
Скачать файл CRX расширения Talent Screen Sharing
Скачайте файлы расширений Talent Screen Sharing в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension is required to enable screen sharing while doing live video calls in Talent.
Основная информация о расширении
Название | |
ID | cfffdlfejcfdikndpnlmkgklgnpmfhok |
Официальный URL | https://chromewebstore.google.com/detail/talent-screen-sharing/cfffdlfejcfdikndpnlmkgklgnpmfhok |
Описание | This Chrome extension is for https://www.torshtalent.com/. It enables the capture of your screen for use in a video call on Talent. |
Размер файла | 16.76 KB |
Количество установок | 608 |
Текущая Версия | 2.0 |
Последнее Обновление | 2019-02-06 |
Дата публикации | 2019-02-06 |
Разработчик | https://torshtalent.com |
Тип оплаты | free |
Официальный сайт расширения | http://www.torsh.co |
URL страницы помощи | https://torshsupport.zendesk.com/hc/en-us |
Поддерживаемые языки | 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" ] } |