Screen Sharing

Chrome Extension for sharing screen in video chat

Wat is Screen Sharing?

Screen Sharing is een Chrome-extensie ontwikkeld door Jungleworks, en de belangrijkste functie is "Chrome Extension for sharing screen in video chat".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Screen Sharing

Download Screen Sharing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Screen Sharing Screen Sharing
ID onnpnbcklmahhoajlilopflaandmlooa
Officiële URL https://chromewebstore.google.com/detail/screen-sharing/onnpnbcklmahhoajlilopflaandmlooa
Beschrijving Chrome Extension for sharing screen in video chat
Bestandsgrootte 7.52 KB
Aantal Installaties 51,594
Huidige Versie 1.0.5
Laatst Bijgewerkt 2019-10-14
Publicatiedatum 2019-10-14
Beoordeling 2.58/5 Totaal 12 Beoordelingen
Ontwikkelaar Jungleworks
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://jungleworks.com
URL van de Privacybeleid Pagina https://jungleworks.com/privacy-policy
Ondersteunde Talen 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"
    ]
}