Communicator Guest Client Share

The Communicator Guest Client Share extension helps the guest users to share their screens with the room attendees

Was ist Communicator Guest Client Share?

Communicator Guest Client Share ist eine Chrome-Erweiterung, die von Cisco BroadWorks entwickelt wurde, und ihr Hauptmerkmal ist "The Communicator Guest Client Share extension helps the guest users to share their screens with the room attendees".

Erweiterungsscreenshots

screenshot

Communicator Guest Client Share-Erweiterungs-CRX-Datei herunterladen

Laden Sie Communicator Guest Client Share-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This extension is used for Screen Sharing while in a meeting on Google Chrome.
It also lets the users to share their screens with other participants during a video chat to show presentations, photos and documents for an efficient online meeting.                    

Grundlegende Informationen zur Erweiterung

Name Communicator Guest Client Share Communicator Guest Client Share
ID ajdkbkongbmbhecppacbpjeckconehbh
Offizielle URL https://chromewebstore.google.com/detail/communicator-guest-client/ajdkbkongbmbhecppacbpjeckconehbh
Beschreibung The Communicator Guest Client Share extension helps the guest users to share their screens with the room attendees
Dateigröße 22.15 KB
Installationsanzahl 54
Aktuelle Version 2.0.3
Letztes Update 2021-09-16
Veröffentlichungsdatum 2021-09-13
Entwickler Cisco BroadWorks
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Communicator Guest Client Share",
    "version": "2.0.3",
    "description": "The Communicator Guest Client Share extension helps the guest users to share their screens with the room attendees",
    "manifest_version": 2,
    "default_locale": "en",
    "page_action": [],
    "permissions": [
        "desktopCapture"
    ],
    "icons": {
        "16": "images\/communicator-icon-16.png",
        "48": "images\/communicator-icon-48.png",
        "128": "images\/communicator-icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_scriptV2.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "content_script.js"
    ],
    "background": {
        "scripts": [
            "GuestClientShare.js"
        ]
    }
}