prajnAM - Screen Capturing
This extension is used for auto invigilation of recruitment tests attempted by candidates from remote locations. The tests are…
Co to jest prajnAM - Screen Capturing?
prajnAM - Screen Capturing to rozszerzenie Chrome opracowane przez https://applicant.geeekassess.com, a jego główną funkcją jest „This extension is used for auto invigilation of recruitment tests attempted by candidates from remote locations. The tests are…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia prajnAM - Screen Capturing
Pobierz pliki rozszerzeń prajnAM - Screen Capturing w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | prajnAM - Screen Capturing |
ID | nlbjmononfdjcphcocadipecobcehfll |
Oficjalny URL | https://chromewebstore.google.com/detail/prajnam-screen-capturing/nlbjmononfdjcphcocadipecobcehfll |
Opis | This extension is used for auto invigilation of recruitment tests attempted by candidates from remote locations. The tests are… |
Rozmiar pliku | 12.67 KB |
Liczba instalacji | 61 |
Aktualna Wersja | 1.5 |
Ostatnia Aktualizacja | 2022-05-18 |
Data Publikacji | 2022-05-18 |
Deweloper | https://applicant.geeekassess.com |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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\/*" ] } |