uLearn - Online Proctoring Tool

Secure & non-invasive approach to online proctoring

ما هو uLearn - Online Proctoring Tool؟

uLearn - Online Proctoring Tool هو إضافة Chrome تم تطويرها بواسطة Ulearn، والميزة الرئيسية لها هي "Secure & non-invasive approach to online proctoring".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة uLearn - Online Proctoring Tool

قم بتنزيل ملفات الامتداد uLearn - Online Proctoring Tool بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        ULearn is an AI equipped and cost-effective automated online proctoring solution which facilitates academic administrators to create & conduct cheat-proof tests while respecting the privacy of students. With our automated flagging system we ensure that the integrity of exams is intact as well as students privacy. We provide an easy-to-use software which can be used entirely as well as integrated smoothly with your LMS account along with 24X7 support from our technical experts. With configurable proctoring settings and intelligible interface, we enable a stress-free environment for students.

Our proctoring services include:


* Smart AI monitoring

* Block copy-paste and other keyboard shortcuts
* Video and audio recordings of student
* Live streaming of student's screen
* Live chat to instruct students


With more than 5 years of experience in the education-technology sector, uLearn is brought to you by the makers of Teno App, a leading education app for administration, academic management, e-learning, communication and much more.

 

To know more, visit www.ulearn.io                    

معلومات أساسية عن التمديد

الاسم uLearn - Online Proctoring Tool uLearn - Online Proctoring Tool
ID dhldhkijljcokgnbimipkockigbjogoi
عنوان URL الرسمي https://chromewebstore.google.com/detail/ulearn-online-proctoring/dhldhkijljcokgnbimipkockigbjogoi
الوصف Secure & non-invasive approach to online proctoring
حجم الملف 11.55 MB
عدد التثبيتات 7,042
النسخة الحالية 1.0.43
آخر تحديث 2024-01-15
تاريخ النشر 2020-09-30
تقييم 4.25/5 مجموع تقييمات 16
المطور Ulearn
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://ulearn.io/
عنوان صفحة المساعدة https://ulearn.io/contact-us
عنوان صفحة سياسة الخصوصية https://ulearn.io/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "uLearn - Online Proctoring Tool",
    "short_name": "uLearn - Online Proctoring Tool",
    "version": "1.0.43",
    "description": "Secure & non-invasive approach to online proctoring",
    "background": {
        "scripts": [
            "\/static\/js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "\/images\/logo_256.png",
        "default_title": "ULearn"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.instructure.com\/courses\/*\/external_tools\/*",
                "https:\/\/*.instructure.com\/courses\/*\/quizzes\/*",
                "https:\/\/*.instructure.com\/courses\/*\/quizzes\/*\/take",
                "https:\/\/*.instructure.com\/courses\/*\/quizzes\/*\/take?user_id=*"
            ],
            "css": [
                "\/static\/css\/main.css"
            ],
            "js": [
                "\/static\/js\/main.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*\/d2l\/le\/content\/*\/viewContent\/*\/View",
                "https:\/\/*\/d2l\/le\/content\/*\/fullscreen\/*\/View",
                "https:\/\/*\/d2l\/lms\/quizzing\/user\/quiz_summary.d2l?qi=*&ou=*",
                "https:\/\/*\/d2l\/lms\/quizzing\/user\/attempt\/quiz_start_frame_auto.d2l?ou=*&isprv=*&drc=*&qi=*&cfql=*&dnb=*"
            ],
            "css": [
                "\/static\/css\/main.css"
            ],
            "js": [
                "\/static\/js\/main.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/blackboard.ulearn.io\/webapps\/blackboard\/content\/contentWrapper.jsp?course_id=*&displayName=uLearn*&*",
                "https:\/\/blackboard.ulearn.io\/webapps\/assessment\/take\/launchAssessment.jsp?course_id=*&content_id=*&mode=*",
                "https:\/\/blackboard.ulearn.io\/webapps\/assessment\/take\/launch.jsp?course_assessment_id=*&course_id=*&content_id=*&step=*",
                "https:\/\/blackboard.ulearn.io\/webapps\/assessment\/take\/launch.jsp?course_assessment_id=*&course_id=*&content_id=*&isPasswordAttempted=*&password=*&step=*",
                "https:\/\/blackboard.ulearn.io\/webapps\/assessment\/take\/take.jsp?*",
                "https:\/\/blackboard.ulearn.io\/webapps\/assessment\/do\/content\/assessment?*",
                "https:\/\/blackboard.ulearn.io\/webapps\/assessment\/do\/content\/addAssessment",
                "https:\/\/*\/webapps\/blackboard\/content\/contentWrapper.jsp?course_id=*&displayName=uLearn*&*",
                "https:\/\/*\/webapps\/assessment\/take\/launchAssessment.jsp?course_id=*&content_id=*&mode=*",
                "https:\/\/*\/webapps\/assessment\/take\/launch.jsp?course_assessment_id=*&course_id=*&content_id=*&step=*",
                "https:\/\/*\/webapps\/assessment\/take\/launch.jsp?course_assessment_id=*&course_id=*&content_id=*&isPasswordAttempted=*&password=*&step=*",
                "https:\/\/*\/webapps\/assessment\/take\/take.jsp?*",
                "https:\/\/*\/webapps\/assessment\/do\/content\/assessment?*",
                "https:\/\/*\/webapps\/assessment\/do\/content\/addAssessment",
                "https:\/\/*\/webapps\/assessment\/take\/submitted.jsp?course_assessment_id=*&course_id=*&content_id=*&step=*"
            ],
            "css": [
                "\/static\/css\/main.css"
            ],
            "js": [
                "\/static\/js\/main.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/bbultra.ulearn.io\/ultra*",
                "https:\/\/bbultra.ulearn.io\/ultra\/course",
                "https:\/\/bbultra.ulearn.io\/ultra\/courses\/*\/cl\/outline",
                "https:\/\/bbultra.ulearn.io\/ultra\/courses\/*\/outline\/assessment\/*\/overview?courseId=*",
                "https:\/\/bbultra.ulearn.io\/ultra\/courses\/*\/outline\/assessment\/test\/*\/assessmentSettings?contentId=*&courseId=*&gradeitemView=*&gradebookCategoryId=*",
                "https:\/\/bbultra.ulearn.io\/ultra\/courses\/*\/outline\/assessment\/*\/overview?courseId=*",
                "https:\/\/bbultra.ulearn.io\/ultra\/courses\/*\/outline\/assessment\/*\/overview\/attempt\/*",
                "https:\/\/*\/ultra\/*",
                "https:\/\/*\/ultra\/course",
                "https:\/\/*\/ultra\/courses\/*\/cl\/outline",
                "https:\/\/*\/ultra\/courses\/*\/outline\/assessment\/*\/overview?courseId=*",
                "https:\/\/*\/ultra\/courses\/*\/outline\/assessment\/test\/*\/assessmentSettings?contentId=*&courseId=*&gradeitemView=*&gradebookCategoryId=*",
                "https:\/\/*\/ultra\/courses\/*\/outline\/assessment\/*\/overview?courseId=*",
                "https:\/\/*\/ultra\/courses\/*\/outline\/assessment\/*\/overview\/attempt\/*"
            ],
            "all_frames": true,
            "css": [
                "\/static\/css\/main.css"
            ],
            "js": [
                "\/static\/js\/main.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*\/mod\/lti\/view.php?id=*",
                "https:\/\/*\/mod\/quiz\/startattempt.php",
                "https:\/\/*\/mod\/quiz\/view.php?id=*",
                "https:\/\/*\/mod\/quiz\/attempt.php?attempt=*&cmid=*",
                "https:\/\/*\/mod\/quiz\/summary.php?attempt=*&cmid=*",
                "https:\/\/*\/mod\/quiz\/attempt.php",
                "https:\/\/*\/mod\/assign\/view.php?id=*",
                "https:\/\/*\/mod\/assign\/view.php",
                "https:\/\/*\/mod\/assign\/view.php?id=*&action=*",
                "https:\/\/*\/moodle\/mod\/lti\/view.php?id=*",
                "https:\/\/*\/moodle\/mod\/quiz\/startattempt.php",
                "https:\/\/*\/moodle\/mod\/quiz\/view.php?id=*",
                "https:\/\/*\/moodle\/mod\/quiz\/attempt.php?attempt=*&cmid=*",
                "https:\/\/*\/moodle\/mod\/quiz\/summary.php?attempt=*&cmid=*",
                "https:\/\/*\/moodle\/mod\/quiz\/attempt.php",
                "https:\/\/*\/moodle\/mod\/assign\/view.php?id=*",
                "https:\/\/*\/moodle\/mod\/assign\/view.php?id=*&action=*"
            ],
            "css": [
                "\/static\/css\/main.css"
            ],
            "js": [
                "\/static\/js\/main.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*\/ICS\/Academics\/*\/ULearn\/*\/Coursework.jnz?portlet=*&screen=*&screenType=*",
                "https:\/\/*\/ICS\/Academics\/*\/ULearn\/*\/Coursework.jnz?portlet=*&screen=*&screenType=*&id=*&s=*"
            ],
            "all_frames": true,
            "css": [
                "\/static\/css\/main.css"
            ],
            "js": [
                "\/static\/js\/main.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*\/AppHome\/*",
                "https:\/\/*\/Player\/*",
                "https:\/\/*\/AppComplete?testSessionCode=*"
            ],
            "all_frames": true,
            "css": [
                "\/static\/css\/main.css"
            ],
            "js": [
                "\/static\/js\/main.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/localhost:4545\/compatibility-check",
                "https:\/\/*\/compatibility-check"
            ],
            "all_frames": true,
            "css": [
                "\/static\/css\/main.css"
            ],
            "js": [
                "\/static\/js\/main.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "desktopCapture",
        "cookies",
        "https:\/\/*.ulearn.io\/*",
        "webRequest",
        "webNavigation",
        "https:\/\/*.instructure.com\/courses\/*\/quizzes\/*\/submissions?user_id=*",
        "https:\/\/*.instructure.com\/login\/canvas",
        "https:\/\/*\/d2l\/lms\/quizzing\/static\/quiz_submissions_attempt.css?v=*",
        "https:\/\/*\/d2l\/login",
        "https:\/\/blackboard.ulearn.io\/webapps\/login\/*",
        "https:\/\/blackboard.ulearn.io\/webapps\/assessment\/do\/take\/saveAttempt?saveSequence=2*",
        "https:\/\/*\/login\/index.php",
        "https:\/\/*\/mod\/quiz\/processattempt.php*",
        "https:\/\/*\/moodle\/mod\/quiz\/processattempt.php*",
        "https:\/\/*\/learn\/api\/v1\/courses\/*\/gradebook\/attempts\/*",
        "https:\/\/*\/learn\/api\/v1\/courses\/*\/contents\/*?expand=gradebookCategory*",
        "https:\/\/*\/ICS\/Academics\/*\/ULearn\/*\/Coursework.jnz?portlet=*&screen=*&screenType=*",
        "https:\/\/*\/AppHome\/*",
        "http:\/\/localhost:4545\/compatibility-check",
        "https:\/\/*\/compatibility-check",
        "https:\/\/*\/Player\/*",
        "https:\/\/*\/AppComplete?testSessionCode=*"
    ],
    "web_accessible_resources": [
        "\/models\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.ulearn.io\/*",
            "http:\/\/localhost:*\/*"
        ]
    },
    "icons": {
        "16": "\/images\/logo_16.png",
        "32": "\/images\/logo_32.png",
        "48": "\/images\/logo_48.png",
        "128": "\/images\/logo_128.png",
        "256": "\/images\/logo_256.png"
    }
}