Spreed.ME screen sharing
This extension adds screen sharing support to Spreed.ME and other Spreed WebRTC servers.
Wat is Spreed.ME screen sharing?
Spreed.ME screen sharing is een Chrome-extensie ontwikkeld door https://spreed.me, en de belangrijkste functie is "This extension adds screen sharing support to Spreed.ME and other Spreed WebRTC servers.".
Extensie Screenshots
Download het CRX-bestand van de extensie Spreed.ME screen sharing
Download Spreed.ME screen sharing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension allows screen sharing with selection for single windows and screen for the Spreed.ME and Spreed WebRTC web client.
Basisinformatie over de Extensie
Naam | Spreed.ME screen sharing |
ID | labcnlicceloglidikcjbfglhnjibcbd |
Officiële URL | https://chromewebstore.google.com/detail/spreedme-screen-sharing/labcnlicceloglidikcjbfglhnjibcbd |
Beschrijving | This extension adds screen sharing support to Spreed.ME and other Spreed WebRTC servers. |
Bestandsgrootte | 26.15 KB |
Aantal Installaties | 2,362 |
Huidige Versie | 0.2.1 |
Laatst Bijgewerkt | 2015-02-12 |
Publicatiedatum | 2015-02-12 |
Beoordeling | 4.70/5 Totaal 10 Beoordelingen |
Ontwikkelaar | https://spreed.me |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.struktur.de/privacy |
Ondersteunde Talen | 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" } |