prajnAM - Screen Capturing

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

Cos'è prajnAM - Screen Capturing?

prajnAM - Screen Capturing è un'estensione di Chrome sviluppata da https://applicant.geeekassess.com, e la sua funzione principale è "This extension is used for auto invigilation of recruitment tests attempted by candidates from remote locations. The tests are…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione prajnAM - Screen Capturing

Scarica i file di estensione prajnAM - Screen Capturing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome prajnAM - Screen Capturing prajnAM - Screen Capturing
ID lofpffjefackjdfaacfkjdbfhfnkdgfl
URL Ufficiale https://chromewebstore.google.com/detail/prajnam-screen-capturing/lofpffjefackjdfaacfkjdbfhfnkdgfl
Descrizione This extension is used for auto invigilation of recruitment tests attempted by candidates from remote locations. The tests are…
Dimensione del File 12.51 KB
Conteggio Installazioni 10,000
Versione Corrente 1.4
Ultimo Aggiornamento 2018-07-12
Data di Pubblicazione 2018-07-11
Valutazione 3.38/5 Totale 16 Valutazioni
Sviluppatore https://applicant.geeekassess.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}