MyProctor

Enables procotoring for mapit test

What is MyProctor?

MyProctor is a Chrome extension developed by Unknown, and its main feature is "Enables procotoring for mapit test".

Extension Screenshots

screenshot

Download MyProctor Extension CRX File

Download MyProctor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Window proctoring app for mapit                    

Extension Basic Information

Name MyProctor MyProctor
ID oedlnlpfngmpobbpbjlcbmgnhephecab
Official URL https://chromewebstore.google.com/detail/myproctor/oedlnlpfngmpobbpbjlcbmgnhephecab
Description Enables procotoring for mapit test
File Size 18.23 KB
Installation Count 48
Current Version 1.0
Last Updated 2020-05-02
Publish Date 2020-05-02
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MyProctor",
    "description": "Enables procotoring for mapit test",
    "version": "1.0",
    "author": "Harsh Agarwal",
    "browser_action": {
        "default_icon": "hello_extensions.png",
        "default_title": "Window procotoring extension"
    },
    "chrome_url_overrides": {
        "newtab": "Hello.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.myanatomy.in\/*"
            ],
            "css": [
                "sweetalert.min.css"
            ],
            "js": [
                "sweetalert.min.js",
                "fullscreen.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "manifest_version": 2
}