Screen Sharing
Chrome Extension for sharing screen in video chat
Vad är Screen Sharing?
Screen Sharing är en Chrome-tillägg utvecklad av Jungleworks, och dess huvudfunktion är "Chrome Extension for sharing screen in video chat".
Tilläggsskärmbilder
Ladda ner Screen Sharing-förlängningens CRX-fil
Ladda ner Screen Sharing-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Screen Sharing |
ID | onnpnbcklmahhoajlilopflaandmlooa |
Officiell webbadress | https://chromewebstore.google.com/detail/screen-sharing/onnpnbcklmahhoajlilopflaandmlooa |
Beskrivning | Chrome Extension for sharing screen in video chat |
Filstorlek | 7.52 KB |
Antal Installationer | 51,594 |
Aktuell Version | 1.0.5 |
Senast Uppdaterad | 2019-10-14 |
Publiceringsdatum | 2019-10-14 |
Betyg | 2.58/5 Totalt 12 Betyg |
Utvecklare | Jungleworks |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://jungleworks.com |
URL till Sekretesspolicy Sidan | https://jungleworks.com/privacy-policy |
Stödda Språk | 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" ] } |