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
公式URL 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
Eメール [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"
        ]
    }
}