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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://applicant.geeekassess.com, και η κύρια λειτουργία του είναι "This extension is used for auto invigilation of recruitment tests attempted by candidates from remote locations. The tests are…".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης prajnAM - Screen Capturing

Λήψη αρχείων επέκτασης 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 prajnAM - Screen Capturing
ID lofpffjefackjdfaacfkjdbfhfnkdgfl
Επίσημο URL https://chromewebstore.google.com/detail/prajnam-screen-capturing/lofpffjefackjdfaacfkjdbfhfnkdgfl
Περιγραφή This extension is used for auto invigilation of recruitment tests attempted by candidates from remote locations. The tests are…
Μέγεθος Αρχείου 12.51 KB
Αριθμός Εγκαταστάσεων 10,000
Τρέχουσα Έκδοση 1.4
Τελευταία Ενημέρωση 2018-07-12
Ημερομηνία Δημοσίευσης 2018-07-11
Αξιολόγηση 3.38/5 Συνολικά 16 Αξιολογήσεις
Προγραμματιστής 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 [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"
    ]
}