Lab Collaborate Extension

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

Apa itu Lab Collaborate Extension?

Lab Collaborate Extension adalah ekstensi Chrome yang dikembangkan oleh gammaaccessgooglewebstoreconsole, dan fitur utamanya adalah "The Horizon Collaborate Guest client share extension to help the guest users in sharing desktop with the room attendees".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Lab Collaborate Extension

Unduh file ekstensi Lab Collaborate Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Lab Collaborate Extension Lab Collaborate Extension
ID inhhokalciifgapamlfoeeppobaaiboi
URL Resmi https://chromewebstore.google.com/detail/lab-collaborate-extension/inhhokalciifgapamlfoeeppobaaiboi
Deskripsi The Horizon Collaborate Guest client share extension to help the guest users in sharing desktop with the room attendees
Ukuran File 22.08 KB
Jumlah Instalasi 50
Versi Saat Ini 2.0.1.2
Terakhir Diperbarui 2021-07-29
Tanggal Publikasi 2019-01-15
Pengembang gammaaccessgooglewebstoreconsole
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.gamma.co.uk/privacy-policy
Bahasa yang Didukung 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"
        ]
    }
}