VU Quiz Firewall (Beta)

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

VU Quiz Firewall (Beta)とは何ですか?

VU Quiz Firewall (Beta)は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 (Beta)拡張機能のCRXファイルをダウンロード

VU Quiz Firewall (Beta)拡張子のファイルを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 (Beta) VU Quiz Firewall (Beta)
ID plckaiemeheikdmnicffjmhlkbkghekl
公式URL https://chromewebstore.google.com/detail/vu-quiz-firewall-beta/plckaiemeheikdmnicffjmhlkbkghekl
説明 This is the official Chrome Web Extension from IT Department, Virtual University of Pakistan for proctoring the Students Quizzes in…
ファイルサイズ 310 KB
インストール数 869
現在のバージョン 1.2.0.3
最終更新日 2021-07-15
公開日 2021-06-28
評価 2.47/5 合計 15 レビュー
開発者 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\/*",
                "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"
    ]
}