Glider Proctoring

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

Glider Proctoring क्या है?

Glider Proctoring GLIDER.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This chrome extension allows you to share full screen of your computer privately and securely."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Glider Proctoring एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}