Witwiser

Witwiser enables you to take assessments in a flexible way.

Vad är Witwiser?

Witwiser är en Chrome-tillägg utvecklad av Witwiser, och dess huvudfunktion är "Witwiser enables you to take assessments in a flexible way.".

Tilläggsskärmbilder

screenshot

Ladda ner Witwiser-förlängningens CRX-fil

Ladda ner Witwiser-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Witwiser Witwiser
ID jiobmdeglpiihigcpbnkcbnadckfnipj
Officiell webbadress https://chromewebstore.google.com/detail/witwiser/jiobmdeglpiihigcpbnkcbnadckfnipj
Beskrivning Witwiser enables you to take assessments in a flexible way.
Filstorlek 57.34 MB
Antal Installationer 11,235
Aktuell Version 1.0.47
Senast Uppdaterad 2023-04-04
Publiceringsdatum 2021-12-29
Betyg 1.43/5 Totalt 92 Betyg
Utvecklare Witwiser
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://witwiser.io/system-test
Hjälpsida URL https://witwiser.io/system-test
URL till Sekretesspolicy Sidan https://witwiser.io/privacy-policy-application
Stödda Språk 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"
    ]
}