Horizon Collaborate Guest Client

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

Qu'est-ce que Horizon Collaborate Guest Client ?

Horizon Collaborate Guest Client est une extension Chrome développée par gammaaccessgooglewebstoreconsole, et sa fonction principale est "The Horizon Collaborate Guest Client sharing extension to help the guest users in sharing desktop with the room attendees".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Horizon Collaborate Guest Client

Téléchargez les fichiers d'extension Horizon Collaborate Guest Client au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Horizon Collaborate Guest Client Horizon Collaborate Guest Client
ID cenpoaamfdlkmfhagmklphodcadlejnh
URL Officiel https://chromewebstore.google.com/detail/horizon-collaborate-guest/cenpoaamfdlkmfhagmklphodcadlejnh
Description The Horizon Collaborate Guest Client sharing extension to help the guest users in sharing desktop with the room attendees
Taille du Fichier 28.49 KB
Nombre d'Installations 931
Version Actuelle 2.0.1.2
Dernière Mise à Jour 2021-07-31
Date de Publication 2019-01-16
Évaluation 4.00/5 Total 1 Évaluations
Développeur gammaaccessgooglewebstoreconsole
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.gamma.co.uk/privacy-policy
Langues Prises en Charge 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"
        ]
    }
}