Horizon Collaborate Guest Client

The Horizon Collaborate Guest Client sharing extension to help the guest users in sharing desktop with the room attendees

什麼是Horizon Collaborate Guest Client?

Horizon Collaborate Guest Client是由gammaaccessgooglewebstoreconsole開發的Chrome擴展程式,該擴展的主要功能是“The Horizon Collaborate Guest Client sharing extension to help the guest users in sharing desktop with the room attendees”。

擴展截圖

screenshot

下載Horizon Collaborate Guest Client擴展crx文件

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

擴展使用說明

                        This extension enables a Horizon Collaborate guest to make their own screen shared to the other attendees in the meeting.                    

擴展基本資訊

名稱 Horizon Collaborate Guest Client Horizon Collaborate Guest Client
ID cenpoaamfdlkmfhagmklphodcadlejnh
官方網址 https://chromewebstore.google.com/detail/horizon-collaborate-guest/cenpoaamfdlkmfhagmklphodcadlejnh
簡介 The Horizon Collaborate Guest Client sharing extension to help the guest users in sharing desktop with the room attendees
檔案大小 28.49 KB
安裝次數 931
目前版本 2.0.1.2
更新時間 2021-07-31
上架時間 2019-01-16
評分 4.00/5 共 1 次評分
開發者 gammaaccessgooglewebstoreconsole
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.gamma.co.uk/privacy-policy
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Horizon Collaborate Guest Client",
    "version": "2.0.1.2",
    "description": "The Horizon Collaborate Guest Client sharing extension to help the guest users in sharing desktop with the room attendees",
    "manifest_version": 2,
    "page_action": [],
    "permissions": [
        "desktopCapture"
    ],
    "icons": {
        "16": "images\/Horizon16.png",
        "48": "images\/Horizon48.png",
        "128": "images\/Horizon128.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"
        ]
    }
}