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…」です。

拡張機能のスクリーンショット

screenshot

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 VU Quiz Firewall
ID gbiahfedloaennjklbmekkhoojlaffcc
公式URL 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
Eメール [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"
    ]
}