Communicator Guest Client Share

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

Communicator Guest Client Share क्या है?

Communicator Guest Client Share Cisco BroadWorks द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Communicator Guest Client Share extension helps the guest users to share their screens with the room attendees"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Communicator Guest Client Share एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Communicator Guest Client Share Communicator Guest Client Share
ID ajdkbkongbmbhecppacbpjeckconehbh
आधिकारिक URL https://chromewebstore.google.com/detail/communicator-guest-client/ajdkbkongbmbhecppacbpjeckconehbh
विवरण The Communicator Guest Client Share extension helps the guest users to share their screens with the room attendees
फ़ाइल का आकार 22.15 KB
स्थापना संख्या 54
वर्तमान संस्करण 2.0.3
अंतिम अपडेट 2021-09-16
प्रकाशन तिथि 2021-09-13
डेवलपर Cisco BroadWorks
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
        ]
    }
}