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…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

prajnAM - Screen Capturing 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}