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開發的Chrome擴展程式,該擴展的主要功能是“The Communicator Guest Client Share extension helps the guest users to share their screens with the room attendees”。

擴展截圖

screenshot

下載Communicator Guest Client Share擴展crx文件

下載Communicator Guest Client Share擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
        ]
    }
}