prajnAM - Screen Capturing

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

Vad är prajnAM - Screen Capturing?

prajnAM - Screen Capturing är en Chrome-tillägg utvecklad av https://applicant.geeekassess.com, och dess huvudfunktion är "This extension is used for auto invigilation of recruitment tests attempted by candidates from remote locations. The tests are…".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner prajnAM - Screen Capturing-förlängningens CRX-fil

Ladda ner prajnAM - Screen Capturing-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn prajnAM - Screen Capturing prajnAM - Screen Capturing
ID lofpffjefackjdfaacfkjdbfhfnkdgfl
Officiell webbadress https://chromewebstore.google.com/detail/prajnam-screen-capturing/lofpffjefackjdfaacfkjdbfhfnkdgfl
Beskrivning This extension is used for auto invigilation of recruitment tests attempted by candidates from remote locations. The tests are…
Filstorlek 12.51 KB
Antal Installationer 10,000
Aktuell Version 1.4
Senast Uppdaterad 2018-07-12
Publiceringsdatum 2018-07-11
Betyg 3.38/5 Totalt 16 Betyg
Utvecklare https://applicant.geeekassess.com
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}