Sendtell Screen Capture Beta
This extension allows you to share your screen in a Sendtell group call.
Что такое Sendtell Screen Capture Beta?
Sendtell Screen Capture Beta - это расширение Chrome, разработанное https://app.sendtell.com, и его основная функция - "This extension allows you to share your screen in a Sendtell group call.".
Снимки экрана расширения
Скачать файл CRX расширения Sendtell Screen Capture Beta
Скачайте файлы расширений Sendtell Screen Capture Beta в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Sendtell Screen Capture allows you to use your screen as a media source in a conference call with your team.
Основная информация о расширении
Название | Sendtell Screen Capture Beta |
ID | cpdonkkcpjkiekfeocakffgniijgnoeg |
Официальный URL | https://chromewebstore.google.com/detail/sendtell-screen-capture-b/cpdonkkcpjkiekfeocakffgniijgnoeg |
Описание | This extension allows you to share your screen in a Sendtell group call. |
Размер файла | 20.59 KB |
Количество установок | 35 |
Текущая Версия | 2.7.3 |
Последнее Обновление | 2016-06-28 |
Дата публикации | 2016-06-28 |
Разработчик | https://app.sendtell.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | http://sendtell.com |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sendtell Screen Capture Beta", "version": "2.7.3", "description": "This extension allows you to share your screen in a Sendtell group call.", "icons": { "16": "sendtell-16.png", "32": "sendtell-32.png", "48": "sendtell-48.png", "128": "sendtell-128.png" }, "author": "Sendtell", "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "*:\/\/*\/*" ] } ], "homepage_url": "https:\/\/sendtell.com", "minimum_chrome_version": "34", "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "sendtell-16.png", "sendtell-32.png", "sendtell-48.png", "sendtell-128.png" ] } |