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文件

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