ExamRoom.AI

An online proctoring system. for test Environment

ExamRoom.AI란 무엇입니까?

ExamRoom.AI은(는) http://examroom.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An online proctoring system. for test Environment"입니다.

확장 프로그램 스크린샷

screenshot

ExamRoom.AI 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ExamRoom.AI is an Online Proctoring System, With ExamRoom.AI, we have made assessments more secure for candidates, and maintain test integrity, while testing nearly anywhere in the world.                    

확장 프로그램 기본 정보

이름 ExamRoom.AI ExamRoom.AI
ID gfokmciomobjendpolajbpjffibbdedn
공식 URL https://chrome.google.com/webstore/detail/examroomai/gfokmciomobjendpolajbpjffibbdedn
설명 An online proctoring system. for test Environment
파일 크기 46.65 KB
설치 횟수 105
현재 버전 1.7
최근 업데이트 2021-11-17
출시 날짜 2021-03-29
개발자 http://examroom.ai
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://examroom.ai/
도움말 페이지 URL https://examroom.ai/
개인정보 보호 정책 페이지 URL https://examroom.ai/privacy_policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ExamRoom.AI",
    "version": "1.7",
    "description": "An online proctoring system. for test Environment",
    "manifest_version": 2,
    "permissions": [
        "notifications",
        "input",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle",
            "all_frames": true,
            "js": [
                "content.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/examroom.ai\/*",
            "https:\/\/test.examroom.ai\/*"
        ]
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/16w\/16.png",
        "default_popup": "accessblocker.html"
    },
    "icons": {
        "16": "images\/16w\/16.png",
        "32": "images\/32w\/32.png",
        "48": "images\/48w\/48.png",
        "128": "images\/128w\/128.png"
    }
}