Glider Proctoring

This chrome extension allows you to share full screen of your computer privately and securely.

Was ist Glider Proctoring?

Glider Proctoring ist eine Chrome-Erweiterung, die von GLIDER.ai entwickelt wurde, und ihr Hauptmerkmal ist "This chrome extension allows you to share full screen of your computer privately and securely.".

Erweiterungsscreenshots

screenshot

Glider Proctoring-Erweiterungs-CRX-Datei herunterladen

Laden Sie Glider Proctoring-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        The Glider AI Talent Quality Platform guarantees the high-quality hire on every role, across any industry, whether full-time or contingent, for both talent acquisition and talent development (L&D) teams. 

Glider proctoring chrome extension enables screen sharing to support https://hire.glider.ai for the duration of test. Glider seeks candidate's explicit permission to track screen activity during the test period. On test submission, hiring teams are provided with a detailed report on candidate competency and integrity with evidence.                    

Grundlegende Informationen zur Erweiterung

Name Glider Proctoring Glider Proctoring
ID dcnidakmkbkbohdaelljpgdhmbbpbdbg
Offizielle URL https://chromewebstore.google.com/detail/glider-proctoring/dcnidakmkbkbohdaelljpgdhmbbpbdbg
Beschreibung This chrome extension allows you to share full screen of your computer privately and securely.
Dateigröße 34.71 KB
Installationsanzahl 129,558
Aktuelle Version 4.0.1
Letztes Update 2023-08-27
Veröffentlichungsdatum 2021-12-13
Bewertung 1.78/5 Insgesamt 60 Bewertungen
Entwickler GLIDER.ai
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://glider.ai
Hilfeseite URL https://glider.freshdesk.com/
URL der Datenschutzrichtlinien-Seite https://glider.ai/privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Glider Proctoring",
    "author": "GLIDER",
    "version": "4.0.1",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "description": "This chrome extension allows you to share full screen of your computer privately and securely.",
    "homepage_url": "http:\/\/glider.ai\/",
    "background": {
        "service_worker": "background-script.js"
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:3000\/*",
            "http:\/\/local.glider.ai:3000\/*",
            "https:\/\/*.glider.ai\/*",
            "https:\/\/*.gliderapp.com\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture",
        "tabs",
        "system.display",
        "scripting"
    ],
    "host_permissions": [
        "",
        "http:\/\/localhost:3000\/*",
        "https:\/\/*.glider.ai\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}