prajnAM - Screen Capturing
This extension is used for auto invigilation of recruitment tests attempted by candidates from remote locations. The tests are…
什麼是prajnAM - Screen Capturing?
prajnAM - Screen Capturing是由https://applicant.geeekassess.com開發的Chrome擴展程式,該擴展的主要功能是“This extension is used for auto invigilation of recruitment tests attempted by candidates from remote locations. The tests are…”。
擴展截圖
下載prajnAM - Screen Capturing擴展crx文件
下載prajnAM - Screen Capturing擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | prajnAM - Screen Capturing |
ID | nlbjmononfdjcphcocadipecobcehfll |
官方網址 | https://chromewebstore.google.com/detail/prajnam-screen-capturing/nlbjmononfdjcphcocadipecobcehfll |
簡介 | This extension is used for auto invigilation of recruitment tests attempted by candidates from remote locations. The tests are… |
檔案大小 | 12.67 KB |
安裝次數 | 61 |
目前版本 | 1.5 |
更新時間 | 2022-05-18 |
上架時間 | 2022-05-18 |
開發者 | https://applicant.geeekassess.com |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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\/*" ] } |