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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mettl.com และคุณลักษณะหลักของมันคือ "This chrome extension enables screen sharing support on https://tests.mettl.com pages for the duration of test."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mettl Tests : Enable Screen Sharing

ดาวน์โหลดไฟล์ส่วนขยาย Mettl Tests : Enable Screen Sharing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}