Glider Proctoring

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

Qu'est-ce que Glider Proctoring ?

Glider Proctoring est une extension Chrome développée par GLIDER.ai, et sa fonction principale est "This chrome extension allows you to share full screen of your computer privately and securely.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Glider Proctoring

Téléchargez les fichiers d'extension Glider Proctoring 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

                        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.                    

Informations de Base sur l'Extension

Nom Glider Proctoring Glider Proctoring
ID dcnidakmkbkbohdaelljpgdhmbbpbdbg
URL Officiel https://chromewebstore.google.com/detail/glider-proctoring/dcnidakmkbkbohdaelljpgdhmbbpbdbg
Description This chrome extension allows you to share full screen of your computer privately and securely.
Taille du Fichier 34.71 KB
Nombre d'Installations 129,558
Version Actuelle 4.0.1
Dernière Mise à Jour 2023-08-27
Date de Publication 2021-12-13
Évaluation 1.78/5 Total 60 Évaluations
Développeur GLIDER.ai
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://glider.ai
URL de la Page d'Aide https://glider.freshdesk.com/
URL de la Page de Politique de Confidentialité https://glider.ai/privacy-policy
Langues Prises en Charge 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}