Screen Sharing
Chrome Extension for sharing screen in video chat
Что такое Screen Sharing?
Screen Sharing - это расширение Chrome, разработанное Jungleworks, и его основная функция - "Chrome Extension for sharing screen in video chat".
Снимки экрана расширения
Скачать файл CRX расширения Screen Sharing
Скачайте файлы расширений Screen Sharing в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Share the screen from your computer in a video conversation, to show presentations, photos and documents. This extension lets you share your screen with other participants in a video chat, so you can hold efficient online meetings. Install it to share the screen from your computer in a video conversation, to show presentations, photos and documents. - Select which window/application or Chrome tab to share from your computer - Handles multiple screens/monitors - Participants can double-click to view your shared screen in fullscreen
Основная информация о расширении
Название | Screen Sharing |
ID | onnpnbcklmahhoajlilopflaandmlooa |
Официальный URL | https://chromewebstore.google.com/detail/screen-sharing/onnpnbcklmahhoajlilopflaandmlooa |
Описание | Chrome Extension for sharing screen in video chat |
Размер файла | 7.52 KB |
Количество установок | 51,594 |
Текущая Версия | 1.0.5 |
Последнее Обновление | 2019-10-14 |
Дата публикации | 2019-10-14 |
Рейтинг | 2.58/5 Всего 12 оценок |
Разработчик | Jungleworks |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://jungleworks.com |
URL страницы политики конфиденциальности | https://jungleworks.com/privacy-policy |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Screen Sharing", "description": "Chrome Extension for sharing screen in video chat", "version": "1.0.5", "manifest_version": 2, "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "background": { "scripts": [ "extension.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.fugu.chat\/*", "https:\/\/*.officechat.io\/*", "https:\/\/*.fuguchat.com\/*", "https:\/\/hippochat.io\/*", "https:\/\/*.muleapp.io\/*", "https:\/\/*.mazentaa.in\/*", "https:\/\/*.bulbul.io\/*", "https:\/\/*.fuelbyghq.com\/*", "https:\/\/*.xpertreach.io\/*" ] }, "permissions": [ "desktopCapture" ] } |