Witwiser

Witwiser enables you to take assessments in a flexible way.

Was ist Witwiser?

Witwiser ist eine Chrome-Erweiterung, die von Witwiser entwickelt wurde, und ihr Hauptmerkmal ist "Witwiser enables you to take assessments in a flexible way.".

Erweiterungsscreenshots

screenshot

Witwiser-Erweiterungs-CRX-Datei herunterladen

Laden Sie Witwiser-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Witwiser Witwiser
ID jiobmdeglpiihigcpbnkcbnadckfnipj
Offizielle URL https://chromewebstore.google.com/detail/witwiser/jiobmdeglpiihigcpbnkcbnadckfnipj
Beschreibung Witwiser enables you to take assessments in a flexible way.
Dateigröße 57.34 MB
Installationsanzahl 11,235
Aktuelle Version 1.0.47
Letztes Update 2023-04-04
Veröffentlichungsdatum 2021-12-29
Bewertung 1.43/5 Insgesamt 92 Bewertungen
Entwickler Witwiser
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://witwiser.io/system-test
Hilfeseite URL https://witwiser.io/system-test
URL der Datenschutzrichtlinien-Seite https://witwiser.io/privacy-policy-application
Unterstützte Sprachen 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"
    ]
}