Glider Proctoring

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

什麼是Glider Proctoring?

Glider Proctoring是由GLIDER.ai開發的Chrome擴展程式,該擴展的主要功能是“This chrome extension allows you to share full screen of your computer privately and securely.”。

擴展截圖

screenshot

下載Glider Proctoring擴展crx文件

下載Glider Proctoring擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Glider Proctoring Glider Proctoring
ID dcnidakmkbkbohdaelljpgdhmbbpbdbg
官方網址 https://chromewebstore.google.com/detail/glider-proctoring/dcnidakmkbkbohdaelljpgdhmbbpbdbg
簡介 This chrome extension allows you to share full screen of your computer privately and securely.
檔案大小 34.71 KB
安裝次數 129,558
目前版本 4.0.1
更新時間 2023-08-27
上架時間 2021-12-13
評分 1.78/5 共 60 次評分
開發者 GLIDER.ai
電子郵箱 [email protected]
付費類型 free
擴展官網 https://glider.ai
說明頁面URL https://glider.freshdesk.com/
隱私政策頁面URL https://glider.ai/privacy-policy
支援的語言 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}