Spreed.ME screen sharing
This extension adds screen sharing support to Spreed.ME and other Spreed WebRTC servers.
Cos'è Spreed.ME screen sharing?
Spreed.ME screen sharing è un'estensione di Chrome sviluppata da https://spreed.me, e la sua funzione principale è "This extension adds screen sharing support to Spreed.ME and other Spreed WebRTC servers.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Spreed.ME screen sharing
Scarica i file di estensione Spreed.ME screen sharing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension allows screen sharing with selection for single windows and screen for the Spreed.ME and Spreed WebRTC web client.
Informazioni di Base sull'Estensione
Nome | Spreed.ME screen sharing |
ID | labcnlicceloglidikcjbfglhnjibcbd |
URL Ufficiale | https://chromewebstore.google.com/detail/spreedme-screen-sharing/labcnlicceloglidikcjbfglhnjibcbd |
Descrizione | This extension adds screen sharing support to Spreed.ME and other Spreed WebRTC servers. |
Dimensione del File | 26.15 KB |
Conteggio Installazioni | 2,362 |
Versione Corrente | 0.2.1 |
Ultimo Aggiornamento | 2015-02-12 |
Data di Pubblicazione | 2015-02-12 |
Valutazione | 4.70/5 Totale 10 Valutazioni |
Sviluppatore | https://spreed.me |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.struktur.de/privacy |
Lingue Supportate | 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" } |