AI-Proctor

This is the chrome extention for the AI-Proctor system. Find more information about the system at https://www.ai-proctor.com/

AI-Proctor란 무엇입니까?

AI-Proctor은(는) TechiBees Inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This is the chrome extention for the AI-Proctor system. Find more information about the system at https://www.ai-proctor.com/"입니다.

확장 프로그램 스크린샷

screenshot

AI-Proctor 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension is for the AI-Proctor system. It opens a channel between the student browser and the instructor only during the exam. It also converts Chrome to full screen mode during the exam. The extension is one part of the system. The other part is the AI-Proctor desktop application. Please download it. Good luck in your exams!                    

확장 프로그램 기본 정보

이름 AI-Proctor AI-Proctor
ID llkbempahblbohpipifajipejjackemi
공식 URL https://chromewebstore.google.com/detail/ai-proctor/llkbempahblbohpipifajipejjackemi
설명 This is the chrome extention for the AI-Proctor system. Find more information about the system at https://www.ai-proctor.com/
파일 크기 67.78 KB
설치 횟수 1,000
현재 버전 17.0
최근 업데이트 2021-08-21
출시 날짜 2020-07-04
평점 3.00/5 총 2 개의 평점
개발자 TechiBees Inc.
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://ai-proctor.com/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AI-Proctor",
    "version": "17.0",
    "manifest_version": 2,
    "description": "This is the chrome extention for the AI-Proctor system. Find more information about the system at  https:\/\/www.ai-proctor.com\/",
    "icons": {
        "128": "AiProctor.png"
    },
    "browser_action": {
        "name": "AI-Proctor",
        "icons": [
            "AiProctor.png"
        ],
        "default_icon": "AiProctor.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "popup.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "storage",
        "tabs",
        "",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "activeTab"
    ]
}