Lab Collaborate Extension

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

Lab Collaborate Extensionとは何ですか?

Lab Collaborate Extensionはgammaaccessgooglewebstoreconsoleによって開発されたChromeの拡張機能で、その主な機能は「The Horizon Collaborate Guest client share extension to help the guest users in sharing desktop with the room attendees」です。

拡張機能のスクリーンショット

screenshot

Lab Collaborate Extension拡張機能のCRXファイルをダウンロード

Lab Collaborate Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The Lab Guest Client extension enables you to participate in a  web, audio                    

拡張機能の基本情報

名前 Lab Collaborate Extension Lab Collaborate Extension
ID inhhokalciifgapamlfoeeppobaaiboi
公式URL https://chromewebstore.google.com/detail/lab-collaborate-extension/inhhokalciifgapamlfoeeppobaaiboi
説明 The Horizon Collaborate Guest client share extension to help the guest users in sharing desktop with the room attendees
ファイルサイズ 22.08 KB
インストール数 50
現在のバージョン 2.0.1.2
最終更新日 2021-07-29
公開日 2019-01-15
開発者 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": "Lab Collaborate Extension",
    "version": "2.0.1.2",
    "description": "The Horizon Collaborate Guest client share 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"
        ]
    }
}