VU Quiz Firewall (Beta)

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

Vad är VU Quiz Firewall (Beta)?

VU Quiz Firewall (Beta) är en Chrome-tillägg utvecklad av IT Department, Virtual University of Pakistan, och dess huvudfunktion är "This is the official Chrome Web Extension from IT Department, Virtual University of Pakistan for proctoring the Students Quizzes in…".

Tilläggsskärmbilder

screenshot

Ladda ner VU Quiz Firewall (Beta)-förlängningens CRX-fil

Ladda ner VU Quiz Firewall (Beta)-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

                        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.                    

Grundläggande Information om Tillägg

Namn VU Quiz Firewall (Beta) VU Quiz Firewall (Beta)
ID plckaiemeheikdmnicffjmhlkbkghekl
Officiell webbadress https://chromewebstore.google.com/detail/vu-quiz-firewall-beta/plckaiemeheikdmnicffjmhlkbkghekl
Beskrivning This is the official Chrome Web Extension from IT Department, Virtual University of Pakistan for proctoring the Students Quizzes in…
Filstorlek 310 KB
Antal Installationer 869
Aktuell Version 1.2.0.3
Senast Uppdaterad 2021-07-15
Publiceringsdatum 2021-06-28
Betyg 2.47/5 Totalt 15 Betyg
Utvecklare IT Department, Virtual University of Pakistan
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}