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"
    ]
}