Spreed.ME screen sharing
This extension adds screen sharing support to Spreed.ME and other Spreed WebRTC servers.
O que é Spreed.ME screen sharing?
Spreed.ME screen sharing é uma extensão do Chrome desenvolvida por https://spreed.me, e sua principal característica é "This extension adds screen sharing support to Spreed.ME and other Spreed WebRTC servers.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Spreed.ME screen sharing
Baixe arquivos de extensão Spreed.ME screen sharing no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
This extension allows screen sharing with selection for single windows and screen for the Spreed.ME and Spreed WebRTC web client.
Informações Básicas da Extensão
Nome | Spreed.ME screen sharing |
ID | labcnlicceloglidikcjbfglhnjibcbd |
URL Oficial | https://chromewebstore.google.com/detail/spreedme-screen-sharing/labcnlicceloglidikcjbfglhnjibcbd |
Descrição | This extension adds screen sharing support to Spreed.ME and other Spreed WebRTC servers. |
Tamanho do Arquivo | 26.15 KB |
Contagem de Instalações | 2,362 |
Versão Atual | 0.2.1 |
Última Atualização | 2015-02-12 |
Data de Publicação | 2015-02-12 |
Classificação | 4.70/5 Total de 10 Avaliações |
Desenvolvedor | https://spreed.me |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://www.struktur.de/privacy |
Idiomas Suportados | 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" } |