prajnAM - Screen Capturing

This extension is used for auto invigilation of recruitment tests attempted by candidates from remote locations. The tests are…

Hvad er prajnAM - Screen Capturing?

prajnAM - Screen Capturing er en Chrome-udvidelse udviklet af https://applicant.geeekassess.com, og dens hovedfunktion er "This extension is used for auto invigilation of recruitment tests attempted by candidates from remote locations. The tests are…".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download prajnAM - Screen Capturing-udvidelses-CRX-fil

Download prajnAM - Screen Capturing-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        This extension is used for auto invigilation of recruitment tests attempted by candidates from remote locations. The tests are administered through applicant.geeekassess.com . Before starting the test, the candidate has to allow webcam capture and screen capturing so that the system can check for any kind of violations by the candidate while attempting the test. This extension is exclusively made for use by the portal applicant.geeekassess.com. The parent website is www.geekqs.com.                    

Grundlæggende oplysninger om udvidelsen

Navn prajnAM - Screen Capturing prajnAM - Screen Capturing
ID nlbjmononfdjcphcocadipecobcehfll
Officiel URL https://chromewebstore.google.com/detail/prajnam-screen-capturing/nlbjmononfdjcphcocadipecobcehfll
Beskrivelse This extension is used for auto invigilation of recruitment tests attempted by candidates from remote locations. The tests are…
Filstørrelse 12.67 KB
Antal Installationer 61
Nuværende Version 1.5
Senest Opdateret 2022-05-18
Udgivelsesdato 2022-05-18
Udvikler https://applicant.geeekassess.com
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "prajnAM - Screen Capturing",
    "short_name": "prajnAM - Proctoring",
    "author": "Edooni Solutions [Amit Singh]",
    "version": "1.5",
    "manifest_version": 3,
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/commvault.techassess.in\/*",
                "https:\/\/applicant.techassess.in\/*",
                "https:\/\/applicant.geeekassess.com\/*",
                "https:\/\/commvault.geeekassess.com\/*",
                "https:\/\/module.geeekassess.com\/*",
                "https:\/\/as.geeekassess.com\/*",
                "https:\/\/ml.geeekassess.com\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "permissions": [
        "desktopCapture",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/commvault.techassess.in\/*,https:\/\/applicant.techassess.in\/*,https:\/\/module.techassess.in\/*,https:\/\/as.techassess.in\/*,https:\/\/ml.techassess.in\/*"
    ]
}