VU Quiz Firewall

This is the official Chrome Web Extension from IT Department, Virtual University of Pakistan for proctoring the Students Quizzes in…

Was ist VU Quiz Firewall?

VU Quiz Firewall ist eine Chrome-Erweiterung, die von IT Department, Virtual University of Pakistan entwickelt wurde, und ihr Hauptmerkmal ist "This is the official Chrome Web Extension from IT Department, Virtual University of Pakistan for proctoring the Students Quizzes in…".

Erweiterungsscreenshots

screenshot

VU Quiz Firewall-Erweiterungs-CRX-Datei herunterladen

Laden Sie VU Quiz Firewall-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

                        This is the official Chrome Web Extension from IT Department, Virtual University of Pakistan for proctoring the Students Quizzes in VULMS, and It is mandatory to install this for all University students.                    

Grundlegende Informationen zur Erweiterung

Name VU Quiz Firewall VU Quiz Firewall
ID gbiahfedloaennjklbmekkhoojlaffcc
Offizielle URL https://chromewebstore.google.com/detail/vu-quiz-firewall/gbiahfedloaennjklbmekkhoojlaffcc
Beschreibung This is the official Chrome Web Extension from IT Department, Virtual University of Pakistan for proctoring the Students Quizzes in…
Dateigröße 310 KB
Installationsanzahl 90,157
Aktuelle Version 1.2.0.6
Letztes Update 2021-10-11
Veröffentlichungsdatum 2021-06-24
Bewertung 1.74/5 Insgesamt 222 Bewertungen
Entwickler IT Department, Virtual University of Pakistan
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content-script.js"
            ],
            "matches": [
                "https:\/\/quiz.vu.edu.pk\/*",
                "http:\/\/quiz.vu.edu.pk\/*",
                "http:\/\/vdso\/*",
                "http:\/\/vdso:99\/*",
                "http:\/\/vdso.vu.edu.pk\/*",
                "http:\/\/vdso.vu.edu.pk:99\/*",
                "http:\/\/vulms.vu.edu.pk\/*",
                "https:\/\/vulms.vu.edu.pk\/*"
            ]
        }
    ],
    "icons": {
        "128": "\/icons\/128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgXY4YoPf\/5HgxZx\/\/6mtMxrfG2tByan1bC+0hyFdvQf3BTfXNm9uSqXzhtFVVhcKLeh+cpLad3UO103YULHoKcvDilt7ZXiMlgcr4kaG98tJp9rhgAJHBmHE2wo555OZ8dH+ci+IOCufcCN2V359iFnwy11zMHMZLuOrcJvZrWQvBgxZVIjBlmuAg\/EuxpZB0w52bv7Zrzksk0R52ehEV9KpRQV\/qcKxLZ423GF3in5MrGtRdiwVEEI9Q89E00gQnqRlolbWGfniWWAQDm6ESJ\/2oMyGfugpGbzqTQpRp8AFTKX\/XXmApUBLcMB3MC\/MsLWY++AaT8y1gPOGoSO5xwIDAQAB",
    "manifest_version": 2,
    "name": "VU Quiz Firewall",
    "permissions": [
        "management",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.0.6",
    "web_accessible_resources": [
        "VULogo.png",
        "background.js",
        "content-script.js",
        "manifest.json"
    ]
}