Communicator Guest Client Share

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

Qu'est-ce que Communicator Guest Client Share ?

Communicator Guest Client Share est une extension Chrome développée par Cisco BroadWorks, et sa fonction principale est "The Communicator Guest Client Share extension helps the guest users to share their screens with the room attendees".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Communicator Guest Client Share

Téléchargez les fichiers d'extension Communicator Guest Client Share 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

                        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.                    

Informations de Base sur l'Extension

Nom Communicator Guest Client Share Communicator Guest Client Share
ID ajdkbkongbmbhecppacbpjeckconehbh
URL Officiel 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
Taille du Fichier 22.15 KB
Nombre d'Installations 54
Version Actuelle 2.0.3
Dernière Mise à Jour 2021-09-16
Date de Publication 2021-09-13
Développeur Cisco BroadWorks
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}