Communicator Guest Client Share

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

Co je Communicator Guest Client Share?

Communicator Guest Client Share je rozšíření Chrome vyvinuté Cisco BroadWorks, a jeho hlavní funkcí je „The Communicator Guest Client Share extension helps the guest users to share their screens with the room attendees“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Communicator Guest Client Share

Stáhněte si soubory rozšíření Communicator Guest Client Share ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Communicator Guest Client Share Communicator Guest Client Share
ID ajdkbkongbmbhecppacbpjeckconehbh
Oficiální URL https://chromewebstore.google.com/detail/communicator-guest-client/ajdkbkongbmbhecppacbpjeckconehbh
Popis The Communicator Guest Client Share extension helps the guest users to share their screens with the room attendees
Velikost souboru 22.15 KB
Počet instalací 54
Aktuální Verze 2.0.3
Poslední Aktualizace 2021-09-16
Datum Vydání 2021-09-13
Vývojář Cisco BroadWorks
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
        ]
    }
}