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
官方網址 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
電子郵箱 [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"
        ]
    }
}