EduSynch E-Proctoring

proctoring

什麼是EduSynch E-Proctoring?

EduSynch E-Proctoring是由https://edusynch.com開發的Chrome擴展程式,該擴展的主要功能是“proctoring”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載EduSynch E-Proctoring擴展crx文件

下載EduSynch E-Proctoring擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This Extension is brought to you by EduSynch (https://edusynch.com).
 
This Extension allows you to integrate the EduSynch E-Proctoring solution into your existing LMS (or any other online testing platform).
 
This Extension allows users taking online exams to:
• Share their screen during an exam
• Share their webcam during an exam
• Record any and all events that take place in the browser during an exam
 
This Extension can only be activated if your organization has purchased a license from EduSynch, and if you are starting an exam on a platform registered with EduSynch. There is no way to unintentionally share your screen. 

By installing this extension, you are giving EduSynch permission to view your screen during an examination.                    

擴展基本資訊

名稱 EduSynch E-Proctoring EduSynch E-Proctoring
ID lcibhobeeihkngcdkbobdkekiigcedkm
官方網址 https://chromewebstore.google.com/detail/edusynch-e-proctoring/lcibhobeeihkngcdkbobdkekiigcedkm
簡介 proctoring
檔案大小 3.56 MB
安裝次數 913
目前版本 2.8.2
更新時間 2024-02-21
上架時間 2022-03-30
評分 4.64/5 共 11 次評分
開發者 https://edusynch.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://edusynch.com
說明頁面URL https://edusynch.com/contact
隱私政策頁面URL https://edusynch.com/privacy
支援的語言 de,en,es,pl,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        },
        "default_popup": "popup.html"
    },
    "version": "2.8.2",
    "author": "edusynch",
    "name": "EduSynch E-Proctoring",
    "description": "proctoring",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "scripting",
        "activeTab",
        "webNavigation",
        "tabs",
        "system.display",
        "unlimitedStorage",
        "notifications",
        "management"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/courses\/*"
            ],
            "js": [
                "clearfix.d259427c.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "css": [
                "clearfix.f218bd54.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/learn\/dashboard*",
                "https:\/\/*\/learn\/course\/*",
                "https:\/\/*\/thoughtindustries\/*",
                "https:\/\/*\/login\/canvas*",
                "https:\/\/*\/courses\/*\/assignments\/*",
                "https:\/\/*\/courses\/*\/quizzes\/*",
                "https:\/\/*\/mod\/quiz\/view.php?id=*",
                "https:\/\/*\/mod\/quiz\/attempt.php*",
                "https:\/\/*\/mod\/quiz\/summary.php*",
                "https:\/\/*\/mod\/quiz\/review.php*",
                "https:\/\/app.edusynch.com\/*",
                "https:\/\/stage.app.edusynch.com\/*",
                "https:\/\/develop.app.edusynch.com\/*"
            ],
            "js": [
                "contentScript.8b79eaa4.js"
            ],
            "run_at": "document_idle",
            "css": [
                "contentScript.fc744471.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/courses\/*\/quizzes\/*"
            ],
            "js": [
                "initialSetup.4153ae92.js"
            ],
            "css": []
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "notification.d955e5f0.js"
            ],
            "exclude_globs": [
                "*file:\/\/*",
                "*edge:\/\/*",
                "*chrome:\/\/*"
            ],
            "css": []
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "browserShield.ee214c8c.js"
            ],
            "exclude_globs": [
                "*file:\/\/*",
                "*chrome:\/\/*",
                "*edge:\/\/*"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/*\/courses\/*\/quizzes\/*"
            ],
            "js": [
                "sideWidget.4fec358d.js"
            ],
            "css": []
        }
    ],
    "default_locale": "en",
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "src\/resources\/css\/templates.css",
                "src\/resources\/reloadUserPage.js",
                "src\/resources\/css\/content.styles.css",
                "src\/resources\/css\/clearfix.css",
                "src\/resources\/css\/browserShield.css",
                "src\/resources\/css\/sideWidget.css",
                "src\/resources\/windowConfirmWatcher.js",
                "src\/resources\/BlockWindowConfirm.js",
                "src\/resources\/messages\/checkUser.js",
                "src\/resources\/messages\/thirdPartyExamMessage.js",
                "src\/resources\/messages\/RVTIMessage.js",
                "src\/resources\/messages\/injectRVTIMessage.js",
                "src\/resources\/messages\/BrightspaceMessage.js",
                "src\/resources\/messages\/MoodleMessage.js",
                "src\/resources\/blockResourcers.js",
                "src\/resources\/messages\/iframeMessageScript.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "tabs\/client.a2bf792a.png",
                "tabs\/client.417ea8cb.png",
                "tabs\/client.dbdb2f2b.png"
            ]
        }
    ]
}