VU Quiz Firewall (Beta)
This is the official Chrome Web Extension from IT Department, Virtual University of Pakistan for proctoring the Students Quizzes in…
Cos'è VU Quiz Firewall (Beta)?
VU Quiz Firewall (Beta) è un'estensione di Chrome sviluppata da IT Department, Virtual University of Pakistan, e la sua funzione principale è "This is the official Chrome Web Extension from IT Department, Virtual University of Pakistan for proctoring the Students Quizzes in…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione VU Quiz Firewall (Beta)
Scarica i file di estensione VU Quiz Firewall (Beta) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | VU Quiz Firewall (Beta) |
ID | plckaiemeheikdmnicffjmhlkbkghekl |
URL Ufficiale | https://chromewebstore.google.com/detail/vu-quiz-firewall-beta/plckaiemeheikdmnicffjmhlkbkghekl |
Descrizione | This is the official Chrome Web Extension from IT Department, Virtual University of Pakistan for proctoring the Students Quizzes in… |
Dimensione del File | 310 KB |
Conteggio Installazioni | 869 |
Versione Corrente | 1.2.0.3 |
Ultimo Aggiornamento | 2021-07-15 |
Data di Pubblicazione | 2021-06-28 |
Valutazione | 2.47/5 Totale 15 Valutazioni |
Sviluppatore | IT Department, Virtual University of Pakistan |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |