Hire3x Proctoring

This chrome extension enbales proctoring on Hire3x Assessments.

Hire3x Proctoring क्या है?

Hire3x Proctoring Hire3x द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This chrome extension enbales proctoring on Hire3x Assessments."।

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

screenshot

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

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

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

                        We are Hire3x, a company that connects companies and academic institutions with comprehensive talent insights, helping them make more informed recruiting and development decisions.

This Chrome extension allows proctoring on Hire3x Assessments.

It's Time to Say Goodbye to Online Exam Cheating! 

Cheating is a significant major stumbling block to recruiting professionals, teachers, and entrance exam proctors. Each year, high stakes examinations are administered; these examinations may be carried out once, twice, or even three times a year. Paying a test invigilator for each test will add to the physical difficulties. As a result, it's only reasonable that a tool like online proctoring would ease a significant strain on exam administrators.

Today's technology enables exam administrators, educators, and recruiters to hear and witness exam candidates thousands of miles away. With our Advanced Proctoring Feature, Hire3x equips these exam administrators, educators, and recruiters with the technology necessary to accomplish the same.

Test administrators can get insights about tab & window switches, dual monitor setup and virtual machine information of test taker using this extension.                    

एक्सटेंशन की मूल जानकारी

नाम Hire3x Proctoring Hire3x Proctoring
ID gfepljemgkegiccegjbclmhmnodpieoj
आधिकारिक URL https://chromewebstore.google.com/detail/hire3x-proctoring/gfepljemgkegiccegjbclmhmnodpieoj
विवरण This chrome extension enbales proctoring on Hire3x Assessments.
फ़ाइल का आकार 19.22 KB
स्थापना संख्या 1,050
वर्तमान संस्करण 1.0.7
अंतिम अपडेट 2023-09-06
प्रकाशन तिथि 2022-04-06
डेवलपर Hire3x
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hire3x Proctoring",
    "description": "This chrome extension enbales proctoring on Hire3x Assessments.",
    "version": "1.0.7",
    "manifest_version": 3,
    "icons": {
        "16": ".\/images\/icon.png",
        "32": ".\/images\/icon.png",
        "48": ".\/images\/icon.png",
        "128": ".\/images\/icon.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "system.display",
        "management",
        "tabs",
        "notifications",
        "alarms"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/assessment.simplifymycareer.com\/*",
                "https:\/\/assessment.hire3x.com\/*"
            ],
            "js": [
                "scripts\/script.js"
            ]
        }
    ]
}