Horizon Collaborate Guest Client

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

Τι είναι το Horizon Collaborate Guest Client;

Το Horizon Collaborate Guest Client είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον gammaaccessgooglewebstoreconsole, και η κύρια λειτουργία του είναι "The Horizon Collaborate Guest Client sharing extension to help the guest users in sharing desktop with the room attendees".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Horizon Collaborate Guest Client

Λήψη αρχείων επέκτασης Horizon Collaborate Guest Client σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Horizon Collaborate Guest Client Horizon Collaborate Guest Client
ID cenpoaamfdlkmfhagmklphodcadlejnh
Επίσημο URL https://chromewebstore.google.com/detail/horizon-collaborate-guest/cenpoaamfdlkmfhagmklphodcadlejnh
Περιγραφή The Horizon Collaborate Guest Client sharing extension to help the guest users in sharing desktop with the room attendees
Μέγεθος Αρχείου 28.49 KB
Αριθμός Εγκαταστάσεων 931
Τρέχουσα Έκδοση 2.0.1.2
Τελευταία Ενημέρωση 2021-07-31
Ημερομηνία Δημοσίευσης 2019-01-16
Αξιολόγηση 4.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής gammaaccessgooglewebstoreconsole
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.gamma.co.uk/privacy-policy
Υποστηριζόμενες Γλώσσες 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"
        ]
    }
}