VU Quiz Firewall
This is the official Chrome Web Extension from IT Department, Virtual University of Pakistan for proctoring the Students Quizzes in…
什麼是VU Quiz Firewall?
VU Quiz Firewall是由IT Department, Virtual University of Pakistan開發的Chrome擴展程式,該擴展的主要功能是“This is the official Chrome Web Extension from IT Department, Virtual University of Pakistan for proctoring the Students Quizzes in…”。
擴展截圖
下載VU Quiz Firewall擴展crx文件
下載VU Quiz Firewall擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | VU Quiz Firewall |
ID | gbiahfedloaennjklbmekkhoojlaffcc |
官方網址 | https://chromewebstore.google.com/detail/vu-quiz-firewall/gbiahfedloaennjklbmekkhoojlaffcc |
簡介 | This is the official Chrome Web Extension from IT Department, Virtual University of Pakistan for proctoring the Students Quizzes in… |
檔案大小 | 310 KB |
安裝次數 | 90,157 |
目前版本 | 1.2.0.6 |
更新時間 | 2021-10-11 |
上架時間 | 2021-06-24 |
評分 | 1.74/5 共 222 次評分 |
開發者 | IT Department, Virtual University of Pakistan |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" ] } |