Horizon Collaborate Guest Client

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

Apa itu Horizon Collaborate Guest Client?

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

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Horizon Collaborate Guest Client

Unduh file ekstensi Horizon Collaborate Guest Client 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

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

Informasi Dasar Ekstensi

Nama Horizon Collaborate Guest Client Horizon Collaborate Guest Client
ID cenpoaamfdlkmfhagmklphodcadlejnh
URL Resmi https://chromewebstore.google.com/detail/horizon-collaborate-guest/cenpoaamfdlkmfhagmklphodcadlejnh
Deskripsi The Horizon Collaborate Guest Client sharing extension to help the guest users in sharing desktop with the room attendees
Ukuran File 28.49 KB
Jumlah Instalasi 931
Versi Saat Ini 2.0.1.2
Terakhir Diperbarui 2021-07-31
Tanggal Publikasi 2019-01-16
Penilaian 4.00/5 Total 1 Penilaian
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": "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"
        ]
    }
}