Screen Sharing

Chrome Extension for sharing screen in video chat

Qu'est-ce que Screen Sharing ?

Screen Sharing est une extension Chrome développée par Jungleworks, et sa fonction principale est "Chrome Extension for sharing screen in video chat".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Screen Sharing

Téléchargez les fichiers d'extension Screen Sharing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Screen Sharing Screen Sharing
ID onnpnbcklmahhoajlilopflaandmlooa
URL Officiel https://chromewebstore.google.com/detail/screen-sharing/onnpnbcklmahhoajlilopflaandmlooa
Description Chrome Extension for sharing screen in video chat
Taille du Fichier 7.52 KB
Nombre d'Installations 51,594
Version Actuelle 1.0.5
Dernière Mise à Jour 2019-10-14
Date de Publication 2019-10-14
Évaluation 2.58/5 Total 12 Évaluations
Développeur Jungleworks
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://jungleworks.com
URL de la Page de Politique de Confidentialité https://jungleworks.com/privacy-policy
Langues Prises en Charge 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"
    ]
}