prajnAM - Screen Capturing
This extension is used for auto invigilation of recruitment tests attempted by candidates from remote locations. The tests are…
¿Qué es prajnAM - Screen Capturing?
prajnAM - Screen Capturing es una extensión de Chrome desarrollada por https://applicant.geeekassess.com, y su función principal es "This extension is used for auto invigilation of recruitment tests attempted by candidates from remote locations. The tests are…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión prajnAM - Screen Capturing
Descarga archivos de extensión prajnAM - Screen Capturing en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | prajnAM - Screen Capturing |
ID | nlbjmononfdjcphcocadipecobcehfll |
URL Oficial | https://chromewebstore.google.com/detail/prajnam-screen-capturing/nlbjmononfdjcphcocadipecobcehfll |
Descripción | This extension is used for auto invigilation of recruitment tests attempted by candidates from remote locations. The tests are… |
Tamaño del Archivo | 12.67 KB |
Cantidad de Instalaciones | 61 |
Versión Actual | 1.5 |
Última Actualización | 2022-05-18 |
Fecha de Publicación | 2022-05-18 |
Desarrollador | https://applicant.geeekassess.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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\/*" ] } |