Witwiser

Witwiser enables you to take assessments in a flexible way.

Что такое Witwiser?

Witwiser - это расширение Chrome, разработанное Witwiser, и его основная функция - "Witwiser enables you to take assessments in a flexible way.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Witwiser

Скачайте файлы расширений Witwiser в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Witwiser is a fully automated accessibility tool. Witwiser enables you to take exams/assessments in a flexible way. You may have an excellent experience without thinking about time and location restrictions.

Witwiser is not for the institutions! Witwiser is for your comfort and flexibility. Witwiser is an easy way to digitalize evaluation processes. As an assessee, you don't need to face the assessor in person.

According to the assessment type, Witwiser needs to capture screen, webcam, web traffic, etc. Before the capturing process, Witwiser will notify you and get your approval for all these operations.

Please remember:
No one will be watching you during the session,
Your data is completely safe,
Witwiser extension is only active during the session

Better than old school methodologies:
The assessor sees you during the assessment,
The assessor may ask you to share your screen,
The assessor may direct you during the assessment, etc.

Witwiser provides a non-pressure environment for you! 

Dear Test-taker,

Witwiser respects the privacy of the test takers who use our services. We do not sell or otherwise commercialize your personal data and use the data only to provide and improve our proctoring services.
To maintain the validity and integrity of the exam process, we need to collect specific data from and about you. We collect only the data that enables us to do so. Nothing more.

We understand that you are anxious during these trying times and wish to assure you that we take our responsibilities very seriously. We wouldn't be in front of you today if we were not trustworthy stewards of your personal information. We wish you good luck with your exams and continued security and health.

Regards,


Witwiser Team                    

Основная информация о расширении

Название Witwiser Witwiser
ID jiobmdeglpiihigcpbnkcbnadckfnipj
Официальный URL https://chromewebstore.google.com/detail/witwiser/jiobmdeglpiihigcpbnkcbnadckfnipj
Описание Witwiser enables you to take assessments in a flexible way.
Размер файла 57.34 MB
Количество установок 11,235
Текущая Версия 1.0.47
Последнее Обновление 2023-04-04
Дата публикации 2021-12-29
Рейтинг 1.43/5 Всего 92 оценок
Разработчик Witwiser
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://witwiser.io/system-test
URL страницы помощи https://witwiser.io/system-test
URL страницы политики конфиденциальности https://witwiser.io/privacy-policy-application
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Witwiser",
    "description": "Witwiser enables you to take assessments in a flexible way.",
    "version": "1.0.47",
    "manifest_version": 2,
    "devtools_page": "devtools.html",
    "icons": {
        "16": "icon-16.png",
        "24": "icon-24.png",
        "48": "icon-48.png",
        "96": "icon-96.png",
        "128": "icon-128.png"
    },
    "content_security_policy": "script-src 'self' 'wasm-eval' blob: data: gap:",
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "content.bundle.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon-48.png"
    },
    "web_accessible_resources": [
        "*.png",
        "defaultAvatar.jpg",
        "request_cam_mic_permission.js",
        "request_cam_mic_permission.html",
        "request_mic_permission.js",
        "request_mic_permission.html",
        "request_cam_permission.js",
        "request_cam_permission.html",
        "blackboardinit.bundle.js",
        "moodleinit.bundle.js",
        "canvasinit.bundle.js",
        "moodlescorminit.bundle.js",
        "injectContent.bundle.js",
        "injectPassword.bundle.js",
        "cam-view.bundle.js",
        "cam-view.html",
        "mic-view.bundle.js",
        "mic-view.html",
        "camera-selection-view.html",
        "microphone-selection-view.html",
        "loader.css",
        "bundleIndex.js",
        "moodle_dom.bundle.js",
        "canvas_dom.bundle.js",
        "blackboard_dom.bundle.js",
        "bb_array.js",
        "detectionModels\/*"
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "*:\/\/*\/*",
        "webRequest",
        "system.display",
        "system.cpu",
        "system.memory",
        "system.storage",
        "desktopCapture"
    ]
}