Glider Proctoring

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

Glider Proctoring là gì?

Glider Proctoring là một tiện ích mở rộng Chrome được phát triển bởi GLIDER.ai, và tính năng chính của nó là "This chrome extension allows you to share full screen of your computer privately and securely.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Glider Proctoring

Tải xuống các tệp mở rộng Glider Proctoring dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Glider Proctoring Glider Proctoring
ID dcnidakmkbkbohdaelljpgdhmbbpbdbg
URL Chính Thức https://chromewebstore.google.com/detail/glider-proctoring/dcnidakmkbkbohdaelljpgdhmbbpbdbg
Mô tả This chrome extension allows you to share full screen of your computer privately and securely.
Kích Thước Tệp 34.71 KB
Số Lần Cài Đặt 129,558
Phiên Bản Hiện Tại 4.0.1
Cập Nhật Lần Cuối 2023-08-27
Ngày Phát Hành 2021-12-13
Đánh Giá 1.78/5 Tổng số 60 Đánh Giá
Nhà Phát Triển GLIDER.ai
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://glider.ai
URL Trang Trợ Giúp https://glider.freshdesk.com/
URL Trang Chính Sách Bảo Mật https://glider.ai/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}