prajnAM - Screen Capturing
This extension is used for auto invigilation of recruitment tests attempted by candidates from remote locations. The tests are…
Apa itu prajnAM - Screen Capturing?
prajnAM - Screen Capturing adalah ekstensi Chrome yang dikembangkan oleh https://applicant.geeekassess.com, dan fitur utamanya adalah "This extension is used for auto invigilation of recruitment tests attempted by candidates from remote locations. The tests are…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi prajnAM - Screen Capturing
Unduh file ekstensi prajnAM - Screen Capturing dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | prajnAM - Screen Capturing |
ID | lofpffjefackjdfaacfkjdbfhfnkdgfl |
URL Resmi | https://chromewebstore.google.com/detail/prajnam-screen-capturing/lofpffjefackjdfaacfkjdbfhfnkdgfl |
Deskripsi | This extension is used for auto invigilation of recruitment tests attempted by candidates from remote locations. The tests are… |
Ukuran File | 12.51 KB |
Jumlah Instalasi | 10,000 |
Versi Saat Ini | 1.4 |
Terakhir Diperbarui | 2018-07-12 |
Tanggal Publikasi | 2018-07-11 |
Penilaian | 3.38/5 Total 16 Penilaian |
Pengembang | https://applicant.geeekassess.com |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "prajnAM - Screen Capturing", "short_name": "prajnAM - Proctoring", "author": "Edooni Solutions [Ankit Tyagi]", "version": "1.4", "manifest_version": 2, "icons": { "128": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/commvault.techassess.in\/*", "https:\/\/applicant.techassess.in\/*", "https:\/\/applicant.geeekassess.com\/*", "https:\/\/commvault.geeekassess.com\/*" ], "js": [ "content-script.js" ] } ], "permissions": [ "desktopCapture", "https:\/\/commvault.techassess.in\/*,https:\/\/applicant.techassess.in\/*", "tabs" ] } |