Lab Collaborate Extension

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

Vad är Lab Collaborate Extension?

Lab Collaborate Extension är en Chrome-tillägg utvecklad av gammaaccessgooglewebstoreconsole, och dess huvudfunktion är "The Horizon Collaborate Guest client share extension to help the guest users in sharing desktop with the room attendees".

Tilläggsskärmbilder

screenshot

Ladda ner Lab Collaborate Extension-förlängningens CRX-fil

Ladda ner Lab Collaborate Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Lab Collaborate Extension Lab Collaborate Extension
ID inhhokalciifgapamlfoeeppobaaiboi
Officiell webbadress https://chromewebstore.google.com/detail/lab-collaborate-extension/inhhokalciifgapamlfoeeppobaaiboi
Beskrivning The Horizon Collaborate Guest client share extension to help the guest users in sharing desktop with the room attendees
Filstorlek 22.08 KB
Antal Installationer 50
Aktuell Version 2.0.1.2
Senast Uppdaterad 2021-07-29
Publiceringsdatum 2019-01-15
Utvecklare gammaaccessgooglewebstoreconsole
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.gamma.co.uk/privacy-policy
Stödda Språk 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"
        ]
    }
}