Hire3x Proctoring

This chrome extension enbales proctoring on Hire3x Assessments.

什麼是Hire3x Proctoring?

Hire3x Proctoring是由Hire3x開發的Chrome擴展程式,該擴展的主要功能是“This chrome extension enbales proctoring on Hire3x Assessments.”。

擴展截圖

screenshot

下載Hire3x Proctoring擴展crx文件

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

擴展使用說明

                        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
官方網址 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"
            ]
        }
    ]
}