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ファイルをダウンロード

AI-Proctor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.
Eメール [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"
    ]
}