Screen Sharing
Chrome Extension for sharing screen in video chat
Cos'è Screen Sharing?
Screen Sharing è un'estensione di Chrome sviluppata da Jungleworks, e la sua funzione principale è "Chrome Extension for sharing screen in video chat".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Screen Sharing
Scarica i file di estensione 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
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
Informazioni di Base sull'Estensione
Nome | Screen Sharing |
ID | onnpnbcklmahhoajlilopflaandmlooa |
URL Ufficiale | https://chromewebstore.google.com/detail/screen-sharing/onnpnbcklmahhoajlilopflaandmlooa |
Descrizione | Chrome Extension for sharing screen in video chat |
Dimensione del File | 7.52 KB |
Conteggio Installazioni | 51,594 |
Versione Corrente | 1.0.5 |
Ultimo Aggiornamento | 2019-10-14 |
Data di Pubblicazione | 2019-10-14 |
Valutazione | 2.58/5 Totale 12 Valutazioni |
Sviluppatore | Jungleworks |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://jungleworks.com |
URL della Pagina della Politica sulla Privacy | https://jungleworks.com/privacy-policy |
Lingue Supportate | 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" ] } |