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