Examonline : Screen Sharing

Offered by : Examonline.in

Examonline : Screen Sharing란 무엇입니까?

Examonline : Screen Sharing은(는) https://examonline.in에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Offered by : Examonline.in"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Examonline : Screen Sharing 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Introducing the ExamOnline Secure web browser Chrome Extension: Boosting Trust in Online Exams!

Step into the future of online assessments with our latest Chrome extension for the ExamOnline Examination Platform. This powerful tool is a game-changer in the battle against unfair exam practices.

Challenges are inevitable for recruiters, educators, and exam supervisors facing the issue of cheating. Frequent high-stakes exams and the logistics of arranging on-site supervisors can be overwhelming. Our solution? Online proctoring technology, lightening the load.

Harnessing modern technology, ExamOnline empowers exam administrators, teachers, and recruiters to virtually connect with candidates, no matter where they are. Our Remote Proctoring Feature provides this capability.

With our extension, administrators can monitor candidates' screens in real time during the exam and even afterward, ensuring an impartial assessment.

Imagine a proctor at a traditional exam center – our extension replicates this virtual oversight, discouraging any unfair practices.

And remember, ExamOnline values privacy. Once the exam concludes, our access to screens is revoked.

In a world seeking reliable assessments, ExamOnline shines. Fusing technology and integrity, we're leaving cheating behind, ushering in an era of trustworthiness. Welcome to an improved world of online testing with ExamOnline!                    

확장 프로그램 기본 정보

이름 Examonline : Screen Sharing Examonline : Screen Sharing
ID jalmmnpclgbgcphkbnglcnlobgcbhkki
공식 URL https://chromewebstore.google.com/detail/examonline-screen-sharing/jalmmnpclgbgcphkbnglcnlobgcbhkki
설명 Offered by : Examonline.in
파일 크기 5.62 KB
설치 횟수 28,986
현재 버전 1.0.2
최근 업데이트 2023-08-29
출시 날짜 2020-11-18
평점 2.36/5 총 39 개의 평점
개발자 https://examonline.in
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Examonline : Screen Sharing",
    "description": "Offered by : Examonline.in",
    "version": "1.0.2",
    "manifest_version": 2,
    "icons": {
        "16": "logo_eo.png",
        "48": "logo_eo.png",
        "128": "logo_eo.png"
    },
    "background": {
        "scripts": [
            "capture.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/assessment.examonline.in\/*",
            "*:\/\/uat.examonline.in\/*",
            "*:\/\/assessment.cbtexams.in\/*",
            "*:\/\/dev.examonline.in\/*",
            "*:\/\/*.hostexam.net\/*"
        ]
    },
    "permissions": [
        "desktopCapture"
    ]
}