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

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

拡張機能の使用方法

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