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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}