Horizon Collaborate Guest Client

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

Vad är Horizon Collaborate Guest Client?

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

Tilläggsskärmbilder

screenshot

Ladda ner Horizon Collaborate Guest Client-förlängningens CRX-fil

Ladda ner Horizon Collaborate Guest Client-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

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

Grundläggande Information om Tillägg

Namn Horizon Collaborate Guest Client Horizon Collaborate Guest Client
ID cenpoaamfdlkmfhagmklphodcadlejnh
Officiell webbadress https://chromewebstore.google.com/detail/horizon-collaborate-guest/cenpoaamfdlkmfhagmklphodcadlejnh
Beskrivning The Horizon Collaborate Guest Client sharing extension to help the guest users in sharing desktop with the room attendees
Filstorlek 28.49 KB
Antal Installationer 931
Aktuell Version 2.0.1.2
Senast Uppdaterad 2021-07-31
Publiceringsdatum 2019-01-16
Betyg 4.00/5 Totalt 1 Betyg
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": "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"
        ]
    }
}