Communicator Guest Client Share

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

What is Communicator Guest Client Share?

Communicator Guest Client Share is a Chrome extension developed by Cisco BroadWorks, and its main feature is "The Communicator Guest Client Share extension helps the guest users to share their screens with the room attendees".

Extension Screenshots

screenshot

Download Communicator Guest Client Share Extension CRX File

Download Communicator Guest Client Share extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Communicator Guest Client Share Communicator Guest Client Share
ID ajdkbkongbmbhecppacbpjeckconehbh
Official URL https://chromewebstore.google.com/detail/communicator-guest-client/ajdkbkongbmbhecppacbpjeckconehbh
Description The Communicator Guest Client Share extension helps the guest users to share their screens with the room attendees
File Size 22.15 KB
Installation Count 54
Current Version 2.0.3
Last Updated 2021-09-16
Publish Date 2021-09-13
Developer Cisco BroadWorks
Email [email protected]
Payment Type free
Supported Languages 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"
        ]
    }
}