Witwiser

Witwiser enables you to take assessments in a flexible way.

Co to jest Witwiser?

Witwiser to rozszerzenie Chrome opracowane przez Witwiser, a jego główną funkcją jest „Witwiser enables you to take assessments in a flexible way.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Witwiser

Pobierz pliki rozszerzeń Witwiser w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Witwiser Witwiser
ID jiobmdeglpiihigcpbnkcbnadckfnipj
Oficjalny URL https://chromewebstore.google.com/detail/witwiser/jiobmdeglpiihigcpbnkcbnadckfnipj
Opis Witwiser enables you to take assessments in a flexible way.
Rozmiar pliku 57.34 MB
Liczba instalacji 11,235
Aktualna Wersja 1.0.47
Ostatnia Aktualizacja 2023-04-04
Data Publikacji 2021-12-29
Ocena 1.43/5 Łącznie 92 Oceny
Deweloper Witwiser
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://witwiser.io/system-test
Adres URL Strony Pomocy https://witwiser.io/system-test
Adres URL Strony Polityki Prywatności https://witwiser.io/privacy-policy-application
Obsługiwane Języki 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"
    ]
}