Glider Proctoring

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

Glider Proctoringคืออะไร?

Glider Proctoring เป็นส่วนขยายของ Chrome ที่พัฒนาโดย GLIDER.ai และคุณลักษณะหลักของมันคือ "This chrome extension allows you to share full screen of your computer privately and securely."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Glider Proctoring

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}