Screen Sharing
Chrome Extension for sharing screen in video chat
Hvad er Screen Sharing?
Screen Sharing er en Chrome-udvidelse udviklet af Jungleworks, og dens hovedfunktion er "Chrome Extension for sharing screen in video chat".
Udvidelsesskærmbilleder
Download Screen Sharing-udvidelses-CRX-fil
Download Screen Sharing-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Screen Sharing |
ID | onnpnbcklmahhoajlilopflaandmlooa |
Officiel URL | https://chromewebstore.google.com/detail/screen-sharing/onnpnbcklmahhoajlilopflaandmlooa |
Beskrivelse | Chrome Extension for sharing screen in video chat |
Filstørrelse | 7.52 KB |
Antal Installationer | 51,594 |
Nuværende Version | 1.0.5 |
Senest Opdateret | 2019-10-14 |
Udgivelsesdato | 2019-10-14 |
Bedømmelse | 2.58/5 Samlet 12 Bedømmelser |
Udvikler | Jungleworks |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://jungleworks.com |
URL til Fortrolighedspolitik Side | https://jungleworks.com/privacy-policy |
Understøttede Sprog | 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" ] } |