VU Quiz Firewall (Beta)

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

What is VU Quiz Firewall (Beta)?

VU Quiz Firewall (Beta) is a Chrome extension developed by IT Department, Virtual University of Pakistan, and its main feature is "This is the official Chrome Web Extension from IT Department, Virtual University of Pakistan for proctoring the Students Quizzes in…".

Extension Screenshots

screenshot

Download VU Quiz Firewall (Beta) Extension CRX File

Download VU Quiz Firewall (Beta) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name VU Quiz Firewall (Beta) VU Quiz Firewall (Beta)
ID plckaiemeheikdmnicffjmhlkbkghekl
Official URL https://chromewebstore.google.com/detail/vu-quiz-firewall-beta/plckaiemeheikdmnicffjmhlkbkghekl
Description This is the official Chrome Web Extension from IT Department, Virtual University of Pakistan for proctoring the Students Quizzes in…
File Size 310 KB
Installation Count 869
Current Version 1.2.0.3
Last Updated 2021-07-15
Publish Date 2021-06-28
Rating 2.47/5 Total 15 Ratings
Developer IT Department, Virtual University of Pakistan
Email [email protected]
Payment Type free
Supported Languages 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\/*",
                "https:\/\/vdso\/quiz\/*",
                "http:\/\/vdso\/quiz\/*",
                "http:\/\/vdso.vu.edu.pk\/quiz\/*"
            ]
        }
    ],
    "icons": {
        "128": "\/icons\/128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlfgb9WSfyJpssmGL\/Brc2qgAj+uIOCYmHI8TMgFTHv7w3vGYoEWoLpU\/xgDFli7Bn1rHMsFpw3ihhBS4uS1pfDcrQ2FE9eMo7kbVSde0awAjuBVKSCybHlJjLioiLwcyti6Ts7Ixv9qrSoDBmz53hRL28NJsVDBW9XucWZ0QE0PollBq4pohbS3cQD3EQqyIY20ESxzQdEh\/pmbanHJvrWIvmiW7Q8c7SUjSieCfQIeIAsdZQDeVDMAmnPSruauYc62w1tUEbc57tbxFyS7C3VJXc\/j0qovBcqlZIx8l4TTR0fxDAnUelJBMg5hhgCCj8e3PYeTBd3cQrBcWiUfqaQIDAQAB",
    "manifest_version": 2,
    "name": "VU Quiz Firewall (Beta)",
    "permissions": [
        "management",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.0.3",
    "web_accessible_resources": [
        "VULogo.png",
        "background.js",
        "content-script.js",
        "manifest.json"
    ]
}