Screen Sharing
Chrome Extension for sharing screen in video chat
Co je Screen Sharing?
Screen Sharing je rozšíření Chrome vyvinuté Jungleworks, a jeho hlavní funkcí je „Chrome Extension for sharing screen in video chat“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Screen Sharing
Stáhněte si soubory rozšíření Screen Sharing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Screen Sharing |
ID | onnpnbcklmahhoajlilopflaandmlooa |
Oficiální URL | https://chromewebstore.google.com/detail/screen-sharing/onnpnbcklmahhoajlilopflaandmlooa |
Popis | Chrome Extension for sharing screen in video chat |
Velikost souboru | 7.52 KB |
Počet instalací | 51,594 |
Aktuální Verze | 1.0.5 |
Poslední Aktualizace | 2019-10-14 |
Datum Vydání | 2019-10-14 |
Hodnocení | 2.58/5 Celkem 12 Hodnocení |
Vývojář | Jungleworks |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://jungleworks.com |
URL Stránky Zásad Ochrany Soukromí | https://jungleworks.com/privacy-policy |
Podporované Jazyky | 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" ] } |