Mettl Tests : Enable Screen Sharing

This chrome extension enables screen sharing support on https://tests.mettl.com pages for the duration of test.

Mettl Tests : Enable Screen Sharing란 무엇입니까?

Mettl Tests : Enable Screen Sharing은(는) https://mettl.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This chrome extension enables screen sharing support on https://tests.mettl.com pages for the duration of test."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Mettl Tests : Enable Screen Sharing 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Time to Say Goodbye to Cheating in Online Tests!

For recruitment professionals, teachers, and entrance exam invigilators- cheating is a major bottleneck to tackle. High stakes tests are conducted every year and sometimes twice or thrice a year, hiring a test invigilator for each test will only add on to the physical logistics. Hence quite naturally a feature like online proctoring will only remove a huge burden from the shoulders of the exam conductors.

Technology today is enabling exam admins, teachers, recruiters to see and hear the exam candidate, sitting thousands of miles away. Mettl is empowering these exam admins, teachers and recruiters with technology to do the same with our Advanced Proctoring Feature.

Using this extension exam admins can view the candidate’s screen while proctoring the candidate live and post the exam in the candidate's report.

Allowing a proctor to see everything on a candidate's screen is like saying a proctor at a physical test centre who can look over your shoulder, see your computer screen and prevent any restricted behavior.

Mettl doesnot have access to the candidate's screen after the exam is complete                    

확장 프로그램 기본 정보

이름 Mettl Tests : Enable Screen Sharing Mettl Tests : Enable Screen Sharing
ID hkjemkcbndldepdbnbdnibeppofoooio
공식 URL https://chromewebstore.google.com/detail/mettl-tests-enable-screen/hkjemkcbndldepdbnbdnibeppofoooio
설명 This chrome extension enables screen sharing support on https://tests.mettl.com pages for the duration of test.
파일 크기 11.32 KB
설치 횟수 1,138,996
현재 버전 3.0
최근 업데이트 2022-08-22
출시 날짜 2019-09-13
평점 2.63/5 총 504 개의 평점
개발자 https://mettl.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://mettl.com
도움말 페이지 URL https://mettl.com
개인정보 보호 정책 페이지 URL https://mettl.com/privacy-notice
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mettl Tests : Enable Screen Sharing",
    "description": "This chrome extension enables screen sharing support on https:\/\/tests.mettl.com pages for the duration of test.",
    "version": "3.0",
    "manifest_version": 2,
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/tests.mettl.com\/*",
                "https:\/\/tests.mettl.pro\/*",
                "https:\/\/tests.mettl.xyz\/*",
                "https:\/\/tests.mettl.info\/*",
                "https:\/\/chat.mettl.info\/*",
                "https:\/\/mpaas-api.mettl.com\/*",
                "https:\/\/mpaas-api.mettl.info\/*",
                "https:\/\/mpaas-api.mettl.xyz\/*",
                "https:\/\/mpaas-api.mettl.pro\/*",
                "https:\/\/chat.mettl.com\/*",
                "https:\/\/mpaas-api.mercermettl.com\/*",
                "https:\/\/tests.mercermettl.com\/*",
                "https:\/\/tests.mercermettl.eu\/*",
                "https:\/\/mpaas-api.mercermettl.eu\/*"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "desktopCapture",
        "tabs",
        "system.display"
    ],
    "web_accessible_resources": [
        "icon16.png"
    ]
}