Spreed.ME screen sharing
This extension adds screen sharing support to Spreed.ME and other Spreed WebRTC servers.
Что такое Spreed.ME screen sharing?
Spreed.ME screen sharing - это расширение Chrome, разработанное https://spreed.me, и его основная функция - "This extension adds screen sharing support to Spreed.ME and other Spreed WebRTC servers.".
Снимки экрана расширения
Скачать файл CRX расширения Spreed.ME screen sharing
Скачайте файлы расширений Spreed.ME screen sharing в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension allows screen sharing with selection for single windows and screen for the Spreed.ME and Spreed WebRTC web client.
Основная информация о расширении
Название | Spreed.ME screen sharing |
ID | labcnlicceloglidikcjbfglhnjibcbd |
Официальный URL | https://chromewebstore.google.com/detail/spreedme-screen-sharing/labcnlicceloglidikcjbfglhnjibcbd |
Описание | This extension adds screen sharing support to Spreed.ME and other Spreed WebRTC servers. |
Размер файла | 26.15 KB |
Количество установок | 2,362 |
Текущая Версия | 0.2.1 |
Последнее Обновление | 2015-02-12 |
Дата публикации | 2015-02-12 |
Рейтинг | 4.70/5 Всего 10 оценок |
Разработчик | https://spreed.me |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы политики конфиденциальности | https://www.struktur.de/privacy |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "struktur AG", "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "all_frames": true, "js": [ "detector.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "description": "This extension adds screen sharing support to Spreed.ME and other Spreed WebRTC servers.", "icons": { "128": "logo-128x128.png", "16": "logo-16x16.png", "32": "logo-32x32.png", "48": "logo-48x48.png", "512": "logo-512x512.png" }, "manifest_version": 2, "minimum_chrome_version": "33", "name": "Spreed.ME screen sharing", "permissions": [ "tabs", "desktopCapture", "http:\/\/*\/*", "https:\/\/*\/*" ], "short_name": "Spreed.ME screen sharing", "version": "0.2.1" } |