Wheebox RPaaS

Extension to proctor candidate

Wheebox RPaaS là gì?

Wheebox RPaaS là một tiện ích mở rộng Chrome được phát triển bởi Wheebox, và tính năng chính của nó là "Extension to proctor candidate".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Wheebox RPaaS

Tải xuống các tệp mở rộng Wheebox RPaaS dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Wheebox Remote Proctoring as A Service – On-Demand Proctoring for Moodle, Canvas and D2L Brightspace.

Wheebox RPaaS - A fully automated proctoring solution brought to you by Wheebox –Global Leaders in Online Proctoring Space for LTI Complaint LMS like Moodle, Canvas &  D2L 

Wheebox is committed to providing you the best test-taking experience possible while protecting the Security  and integrity of your exam so that ion demand exam can be provided across any Moodle /Blackboard / Canvas  through extension can be used in any LTI complaint lms 

Please remember:

• Wheebox RPaas will only monitor you during your exam session.
• Your personal information is safe and will never be shared or sold to a third party.
• Wheebox RPaas will not access any personal data not required for the exam itself.
• Prior to installing the extension, Google Chrome will ask for your permission for camera and microphone
• The permissions you agree to are only required during the exam and will never be used outside of the exam session.

What does the Google Chrome Extension privacy disclosure really mean? Here is a short description that shows how we use these features:

• READ AND CHANGE ALL YOUR DATA ON THE WEBSITES YOU VISIT – 
Wheebox RPaas uses this during your exam to ensure you remain on permitted pages or sites. For example, your admin might restrict the use of another webpage during the exam.
• DISPLAY WARNINGS  :  This permission allows the proctor to send you a notification while in your exam.

• READ AND MODIFY DATA YOU COPY AND PASTE - This prevents the use of copy and paste during the exam which protects exam integrity.

This brief explanation is intended to help demystify the Chrome extension privacy disclosure and give you a better understanding of why we use the extension. It's important to remember that we only monitor your activity for the duration of your exam session and take your data privacy very seriously. For more information on our privacy policy, please refer here https://wheebox.com/privacy.htm                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Wheebox RPaaS Wheebox RPaaS
ID ddmgdlhnpkmkppobaalgnjbgogaabhlh
URL Chính Thức https://chromewebstore.google.com/detail/wheebox-rpaas/ddmgdlhnpkmkppobaalgnjbgogaabhlh
Mô tả Extension to proctor candidate
Kích Thước Tệp 629 KB
Số Lần Cài Đặt 1,129
Phiên Bản Hiện Tại 1.0.8
Cập Nhật Lần Cuối 2023-02-17
Ngày Phát Hành 2021-09-22
Nhà Phát Triển Wheebox
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://wheebox.com/
URL Trang Trợ Giúp https://wheebox.com/candidate-faq.obj
URL Trang Chính Sách Bảo Mật https://wheebox.com/privacy.htm
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "plugins\/bootstrap\/js\/jquery.min.js",
            "constants\/rpaasPluginConstants.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/wheebox48.png",
        "default_popup": "popup.html",
        "default_title": "Wheebox RPaaS"
    },
    "content_scripts": [
        {
            "css": [
                "plugins\/toast\/css\/toast.css",
                "css\/custom.css",
                "apps\/canvas\/css\/canvas.css"
            ],
            "include_globs": [
                "*\/courses\/*\/quizzes\/*\/edit"
            ],
            "js": [
                "plugins\/bootstrap\/js\/jquery.min.js",
                "plugins\/toast\/js\/toast.js",
                "constants\/rpaasPluginConstants.js",
                "js\/apiService.js",
                "js\/sharedTemplate.js",
                "services\/commonService.js",
                "apps\/canvas\/js\/teacherView.js"
            ],
            "matches": [
                "*:\/\/*:*\/courses\/*\/quizzes\/*\/edit"
            ]
        },
        {
            "css": [
                "plugins\/toast\/css\/toast.css",
                "css\/custom.css",
                "apps\/canvas\/css\/canvas.css"
            ],
            "include_globs": [
                "*\/courses\/*\/*\/*\/take?*=*"
            ],
            "js": [
                "plugins\/bootstrap\/js\/jquery.min.js",
                "plugins\/toast\/js\/toast.js",
                "js\/MP.js",
                "constants\/rpaasPluginConstants.js",
                "js\/apiService.js",
                "js\/sharedTemplate.js",
                "services\/commonService.js",
                "services\/loginService.js",
                "apps\/canvas\/js\/canvasTemplate.js",
                "apps\/canvas\/js\/studentView.js"
            ],
            "matches": [
                "*:\/\/*:*\/courses\/*\/*\/*\/take?*=*"
            ]
        },
        {
            "css": [
                "plugins\/toast\/css\/toast.css",
                "css\/custom.css",
                "apps\/canvas\/css\/canvas.css"
            ],
            "include_globs": [
                "*\/courses\/*\/quizzes\/*\/take",
                "*\/courses\/*\/quizzes\/*\/take\/questions\/*"
            ],
            "js": [
                "plugins\/bootstrap\/js\/jquery.min.js",
                "plugins\/toast\/js\/toast.js",
                "js\/MP.js",
                "js\/sharedTemplate.js",
                "constants\/rpaasPluginConstants.js",
                "services\/commonService.js",
                "apps\/canvas\/js\/canvasTemplate.js",
                "apps\/canvas\/js\/takeQuiz.js",
                "js\/apiService.js"
            ],
            "matches": [
                "*:\/\/*:*\/courses\/*\/quizzes\/*\/take",
                "*:\/\/*\/courses\/*\/quizzes\/*\/take\/questions\/*"
            ]
        },
        {
            "css": [
                "css\/custom.css",
                "plugins\/toast\/css\/toast.css",
                "apps\/canvas\/css\/canvas.css"
            ],
            "include_globs": [
                "*\/courses\/*\/external_tools\/*"
            ],
            "js": [
                "plugins\/bootstrap\/js\/jquery.min.js",
                "plugins\/bootstrap\/js\/jqpage.js",
                "plugins\/toast\/js\/toast.js",
                "js\/sharedTemplate.js",
                "constants\/rpaasPluginConstants.js",
                "js\/apiService.js",
                "services\/loginService.js",
                "services\/commonService.js",
                "apps\/canvas\/js\/mpaasTool.js"
            ],
            "matches": [
                "*:\/\/*:*\/courses\/*\/external_tools\/*"
            ]
        },
        {
            "css": [
                "css\/custom.css",
                "apps\/canvas\/css\/canvas.css"
            ],
            "js": [
                "plugins\/bootstrap\/js\/jquery.min.js",
                "apps\/canvas\/js\/canvasTemplate.js",
                "apps\/canvas\/js\/mPaasIntalled.js"
            ],
            "matches": [
                "*:\/\/*\/accounts\/*\/external_tools\/*",
                "*:\/\/*\/courses\/*\/external_tools\/*"
            ]
        },
        {
            "css": [
                "plugins\/toast\/css\/toast.css",
                "css\/custom.css",
                "apps\/moodle\/css\/moodle.css"
            ],
            "include_globs": [
                "*\/course\/modedit.php*",
                "*\/*\/course\/modedit.php*"
            ],
            "js": [
                "plugins\/bootstrap\/js\/jquery.min.js",
                "plugins\/toast\/js\/toast.js",
                "constants\/rpaasPluginConstants.js",
                "js\/apiService.js",
                "js\/sharedTemplate.js",
                "services\/commonService.js",
                "apps\/moodle\/js\/moodleTemplate.js",
                "apps\/moodle\/js\/teacherView.js"
            ],
            "matches": [
                "*:\/\/*\/course\/modedit.php*",
                "*:\/\/*\/*\/course\/modedit.php*"
            ]
        },
        {
            "css": [
                "plugins\/toast\/css\/toast.css",
                "css\/custom.css",
                "apps\/moodle\/css\/moodle.css"
            ],
            "include_globs": [
                "*\/mod\/lti\/view.php?id=*",
                "*\/*\/mod\/lti\/view.php?id=*"
            ],
            "js": [
                "plugins\/bootstrap\/js\/jquery.min.js",
                "plugins\/bootstrap\/js\/jqpage.js",
                "plugins\/toast\/js\/toast.js",
                "js\/sharedTemplate.js",
                "constants\/rpaasPluginConstants.js",
                "js\/apiService.js",
                "services\/loginService.js",
                "services\/commonService.js",
                "apps\/moodle\/js\/mpaasTool.js"
            ],
            "matches": [
                "*:\/\/*\/mod\/lti\/view.php?id=*",
                "*:\/\/*\/*\/mod\/lti\/view.php?id=*"
            ]
        },
        {
            "include_globs": [
                "*\/course\/view.php?id=*",
                "*\/mod\/quiz\/edit.php?cmid=*",
                "*\/courses\/*\/quizzes\/*",
                "*\/mod\/quiz\/summary.php*",
                "*\/mod\/quiz\/review.php*"
            ],
            "js": [
                "plugins\/bootstrap\/js\/jquery.min.js",
                "js\/MP.js",
                "constants\/rpaasPluginConstants.js",
                "apps\/moodle\/js\/checkTool.js"
            ],
            "matches": [
                "*:\/\/*\/course\/view.php?id=*",
                "*:\/\/*\/mod\/quiz\/review.php*",
                "*:\/\/*\/mod\/quiz\/edit.php?cmid=*",
                "*:\/\/*\/mod\/quiz\/summary.php*",
                "*:\/\/*\/*\/course\/view.php?id=*",
                "*:\/\/*\/*\/mod\/quiz\/review.php*",
                "*:\/\/*\/*\/mod\/quiz\/edit.php?cmid=*",
                "*:\/\/*\/*\/mod\/quiz\/summary.php*"
            ]
        },
        {
            "exclude_matches": [
                "*:\/\/*\/mod\/quiz\/summary.php*",
                "*:\/\/*\/mod\/quiz\/review.php*",
                "*:\/\/*\/courses\/*\/quizzes\/*",
                "*:\/\/*\/*\/mod\/quiz\/summary.php*",
                "*:\/\/*\/*\/mod\/quiz\/review.php*",
                "*:\/\/*\/*\/mod\/quiz\/attempt*",
                "*:\/\/*\/proctoring",
                "*:\/\/*\/mod\/quiz\/attempt*",
                "*:\/\/*:*\/courses\/*\/quizzes\/*\/take",
                "*:\/\/*\/courses\/*\/quizzes\/*\/take\/questions\/*",
                "https:\/\/*\/d2l\/lms\/quizzing\/user\/quiz_submissions.d2l*",
                "https:\/\/*\/d2l\/lms\/quizzing\/user\/attempt\/quiz_start_frame_auto.*",
                "https:\/\/*\/webapps\/assessment\/take\/take.jsp?course_assessment_id=*",
                "https:\/\/*\/webapps\/assessment\/take\/submitted.jsp?course_assessment_id=*&course_id=*&content_id=*&step=null",
                "https:\/\/*\/webapps\/assessment\/take\/launch.jsp?course_assessment_id=*&course_id=*&content_id=*&isPasswordAttempted=true&password=*&step=*"
            ],
            "js": [
                "plugins\/bootstrap\/js\/jquery.min.js",
                "constants\/rpaasPluginConstants.js",
                "js\/checkNavigatedPage.js",
                "js\/navigationOff.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "css": [
                "plugins\/toast\/css\/toast.css",
                "css\/custom.css",
                "apps\/moodle\/css\/moodle.css"
            ],
            "include_globs": [
                "*\/mod\/quiz\/view.php?id=*",
                "*\/mod\/quiz\/view.php?id=*&forceview=*",
                "*\/*\/mod\/quiz\/view.php?id=*",
                "*\/*\/mod\/quiz\/view.php?id=*&forceview=*"
            ],
            "js": [
                "plugins\/bootstrap\/js\/jquery.min.js",
                "plugins\/toast\/js\/toast.js",
                "js\/MP.js",
                "constants\/rpaasPluginConstants.js",
                "js\/apiService.js",
                "js\/sharedTemplate.js",
                "services\/loginService.js",
                "services\/commonService.js",
                "apps\/moodle\/js\/moodleTemplate.js",
                "apps\/moodle\/js\/studentView.js"
            ],
            "matches": [
                "*:\/\/*\/mod\/quiz\/view.php?id=*",
                "*:\/\/*\/mod\/quiz\/view.php?id=*&forceview=*",
                "*:\/\/*\/*\/mod\/quiz\/view.php?id=*",
                "*:\/\/*\/*\/mod\/quiz\/view.php?id=*&forceview=*"
            ]
        },
        {
            "js": [
                "plugins\/bootstrap\/js\/jquery.min.js",
                "constants\/rpaasPluginConstants.js",
                "js\/dWindowCheck.js"
            ],
            "matches": [
                "*:\/\/*\/proctoring"
            ]
        },
        {
            "css": [
                "plugins\/toast\/css\/toast.css",
                "css\/custom.css",
                "apps\/moodle\/css\/moodle.css"
            ],
            "include_globs": [
                "*\/mod\/quiz\/attempt.php*",
                "*\/mod\/quiz\/summary.php*",
                "*\/*\/mod\/quiz\/attempt.php*",
                "*\/*\/mod\/quiz\/summary.php*"
            ],
            "js": [
                "plugins\/bootstrap\/js\/jquery.min.js",
                "plugins\/toast\/js\/toast.js",
                "js\/MP.js",
                "js\/sharedTemplate.js",
                "constants\/rpaasPluginConstants.js",
                "services\/commonService.js",
                "apps\/moodle\/js\/moodleTemplate.js",
                "js\/apiService.js",
                "apps\/moodle\/js\/takeQuiz.js"
            ],
            "matches": [
                "*:\/\/*\/mod\/quiz\/attempt.php*",
                "*:\/\/*\/mod\/quiz\/summary.php*",
                "*:\/\/*\/*\/mod\/quiz\/attempt.php*",
                "*:\/\/*\/*\/mod\/quiz\/summary.php*"
            ]
        },
        {
            "css": [
                "plugins\/toast\/css\/toast.css",
                "css\/custom.css",
                "apps\/blackboard\/css\/blackboard.css"
            ],
            "js": [
                "plugins\/bootstrap\/js\/jquery.min.js",
                "plugins\/bootstrap\/js\/bootstrap.min.js",
                "plugins\/bootstrap\/js\/popper.min.js",
                "plugins\/toast\/js\/toast.js",
                "js\/sharedTemplate.js",
                "js\/apiService.js",
                "constants\/rpaasPluginConstants.js",
                "services\/commonService.js",
                "apps\/blackboard\/js\/blackboardTemplate.js",
                "apps\/blackboard\/js\/teacherView.js"
            ],
            "matches": [
                "https:\/\/*\/webapps\/assessment\/do\/content\/addAssessment",
                "https:\/\/*\/webapps\/assessment\/do\/content\/assessment?action=MODIFY*"
            ]
        },
        {
            "css": [
                "plugins\/bootstrap\/css\/bootstrap.min.css",
                "plugins\/toast\/css\/toast.css",
                "css\/custom.css",
                "apps\/blackboard\/css\/blackboard.css"
            ],
            "js": [
                "plugins\/bootstrap\/js\/jquery.min.js",
                "plugins\/toast\/js\/toast.js",
                "js\/sharedTemplate.js",
                "constants\/rpaasPluginConstants.js",
                "js\/apiService.js",
                "services\/loginService.js",
                "services\/commonService.js",
                "apps\/blackboard\/js\/mpaasTool.js"
            ],
            "matches": [
                "https:\/\/*\/webapps\/blackboard\/content\/contentWrapper.jsp*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "plugins\/bootstrap\/js\/jquery.min.js",
                "constants\/rpaasPluginConstants.js",
                "js\/MP.js",
                "services\/commonService.js",
                "apps\/blackboard\/js\/checkTool.js"
            ],
            "matches": [
                "https:\/\/*\/webapps\/blackboard\/content\/listContentEditable.jsp*",
                "https:\/\/*\/webapps\/blackboard\/content\/listContent.jsp*",
                "https:\/\/*\/webapps\/assessment\/take\/submitted.jsp?course_assessment_id=*&course_id=*&content_id=*&step=null"
            ]
        },
        {
            "css": [
                "plugins\/bootstrap\/css\/bootstrap.min.css",
                "plugins\/toast\/css\/toast.css",
                "css\/custom.css",
                "apps\/blackboard\/css\/blackboard.css"
            ],
            "js": [
                "plugins\/bootstrap\/js\/jquery.min.js",
                "plugins\/toast\/js\/toast.js",
                "js\/MP.js",
                "constants\/rpaasPluginConstants.js",
                "js\/apiService.js",
                "js\/sharedTemplate.js",
                "services\/loginService.js",
                "services\/commonService.js",
                "apps\/blackboard\/js\/blackboardTemplate.js",
                "apps\/blackboard\/js\/studentView.js"
            ],
            "matches": [
                "https:\/\/*\/webapps\/assessment\/take\/launch.jsp?course_assessment_id=*&course_id=*&new_attempt=*&content_id=*&step=*",
                "https:\/\/*\/webapps\/assessment\/take\/launch.jsp?course_assessment_id=*&course_id=*&content_id=*&step=null"
            ]
        },
        {
            "css": [
                "plugins\/toast\/css\/toast.css",
                "css\/custom.css",
                "apps\/blackboard\/css\/blackboard.css"
            ],
            "js": [
                "plugins\/bootstrap\/js\/jquery.min.js",
                "plugins\/toast\/js\/toast.js",
                "js\/MP.js",
                "js\/sharedTemplate.js",
                "constants\/rpaasPluginConstants.js",
                "services\/commonService.js",
                "apps\/blackboard\/js\/blackboardTemplate.js",
                "apps\/blackboard\/js\/takeQuiz.js"
            ],
            "matches": [
                "https:\/\/*\/webapps\/assessment\/take\/take.jsp?course_assessment_id=*",
                "https:\/\/*\/webapps\/assessment\/take\/launch.jsp?course_assessment_id=*&course_id=*&content_id=*&isPasswordAttempted=true&password=*&step=*"
            ]
        },
        {
            "css": [
                "plugins\/bootstrap\/css\/bootstrap.min.css",
                "plugins\/toast\/css\/toast.css",
                "css\/custom.css",
                "apps\/d2l\/css\/d2l.css"
            ],
            "js": [
                "plugins\/bootstrap\/js\/jquery.min.js",
                "plugins\/bootstrap\/js\/bootstrap.min.js",
                "plugins\/bootstrap\/js\/popper.min.js",
                "plugins\/toast\/js\/toast.js",
                "js\/sharedTemplate.js",
                "constants\/rpaasPluginConstants.js",
                "js\/apiService.js",
                "services\/loginService.js",
                "services\/commonService.js",
                "apps\/d2l\/js\/mpaasTool.js"
            ],
            "matches": [
                "https:\/\/*\/d2l\/le\/lessons\/*",
                "https:\/\/*\/d2l\/le\/lessons\/*\/topics\/*",
                "https:\/\/*\/d2l\/le\/lessons\/*\/units\/*",
                "https:\/\/*\/d2l\/le\/content\/*\/viewContent\/*\/View"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "plugins\/toast\/css\/toast.css",
                "css\/custom.css",
                "apps\/d2l\/css\/d2l.css"
            ],
            "js": [
                "plugins\/bootstrap\/js\/jquery.min.js",
                "plugins\/bootstrap\/js\/bootstrap.min.js",
                "plugins\/bootstrap\/js\/popper.min.js",
                "plugins\/toast\/js\/toast.js",
                "js\/sharedTemplate.js",
                "js\/apiService.js",
                "constants\/rpaasPluginConstants.js",
                "services\/commonService.js",
                "apps\/d2l\/js\/d2lTemplate.js",
                "apps\/d2l\/js\/teacherView.js"
            ],
            "matches": [
                "https:\/\/*\/d2l\/lms\/quizzing\/*\/modify\/*"
            ]
        },
        {
            "css": [
                "plugins\/bootstrap\/css\/bootstrap.min.css",
                "plugins\/toast\/css\/toast.css",
                "css\/custom.css",
                "apps\/d2l\/css\/d2l.css"
            ],
            "js": [
                "plugins\/bootstrap\/js\/jquery.min.js",
                "plugins\/toast\/js\/toast.js",
                "js\/MP.js",
                "constants\/rpaasPluginConstants.js",
                "js\/apiService.js",
                "js\/sharedTemplate.js",
                "services\/loginService.js",
                "services\/commonService.js",
                "apps\/d2l\/js\/d2lTemplate.js",
                "apps\/d2l\/js\/studentView.js"
            ],
            "matches": [
                "https:\/\/*\/d2l\/le\/content\/*\/viewContent\/*",
                "https:\/\/*\/d2l\/lms\/quizzing\/user\/quiz_summary*"
            ]
        },
        {
            "css": [
                "plugins\/toast\/css\/toast.css",
                "css\/custom.css",
                "apps\/d2l\/css\/d2l.css"
            ],
            "js": [
                "plugins\/bootstrap\/js\/jquery.min.js",
                "plugins\/toast\/js\/toast.js",
                "js\/MP.js",
                "js\/sharedTemplate.js",
                "constants\/rpaasPluginConstants.js",
                "services\/commonService.js",
                "apps\/d2l\/js\/d2lTemplate.js",
                "apps\/d2l\/js\/takeQuiz.js"
            ],
            "matches": [
                "https:\/\/*\/d2l\/lms\/quizzing\/user\/attempt\/quiz_start_frame_auto.*"
            ]
        },
        {
            "js": [
                "plugins\/bootstrap\/js\/jquery.min.js",
                "constants\/rpaasPluginConstants.js",
                "js\/MP.js",
                "services\/commonService.js",
                "js\/apiService.js",
                "apps\/d2l\/js\/checkTool.js"
            ],
            "matches": [
                "https:\/\/*\/d2l\/lms\/quizzing\/user\/quiz_submissions.d2l*",
                "*:\/\/*\/courses\/*\/quizzes\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Extension to proctor candidate",
    "icons": {
        "128": "assets\/wheebox128.png",
        "16": "assets\/wheebox16.png",
        "48": "assets\/wheebox48.png"
    },
    "manifest_version": 2,
    "name": "Wheebox RPaaS",
    "permissions": [
        "storage",
        "tabs",
        "browsingData",
        "contentSettings",
        "management",
        "https:\/\/*.wheebox.com\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.8",
    "web_accessible_resources": [
        "assets\/*.png",
        "assets\/*.mp3",
        "assets\/*.svg",
        "assets\/*.gif"
    ]
}