HirePro Proctoring

This extension enables proctoring of tests/trainings

HirePro Proctoringคืออะไร?

HirePro Proctoring เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hirepro.in และคุณลักษณะหลักของมันคือ "This extension enables proctoring of tests/trainings"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HirePro Proctoring

ดาวน์โหลดไฟล์ส่วนขยาย HirePro Proctoring ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        HirePro Proctoring extension helps ensure the integrity and safety of online tests and training sessions.

By using the HirePro proctoring extension, the genuine users get the benefit of being fairly rewarded for their efforts and performance.

HirePro is committed to protecting your privacy :
- We will collect your information only during the test/training session.
- We will only collect information that is required for the test/training.
- We will not share your information with any unauthorized third-party
- We will protect your information in accordance with data protection laws.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ HirePro Proctoring HirePro Proctoring
ID pkiaikegaefpandhkggggniifmgdkpnd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hirepro-proctoring/pkiaikegaefpandhkggggniifmgdkpnd
คำอธิบาย This extension enables proctoring of tests/trainings
ขนาดไฟล์ 64.04 KB
จำนวนการติดตั้ง 34,711
เวอร์ชันปัจจุบัน 2.0.5
อัปเดตครั้งล่าสุด 2022-07-29
วันที่เผยแพร่ 2020-10-31
คะแนน 3.44/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา Hirepro.in
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://hirepro.in/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "HirePro Proctoring",
    "version": "2.0.5",
    "description": "This extension enables proctoring of tests\/trainings",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting",
        "alarms"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "injectable-scripts\/*"
            ],
            "matches": [
                "https:\/\/estore.nism.ac.in\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/estore.nism.ac.in\/*"
        ]
    },
    "host_permissions": [
        "*:\/\/*.hirepro.in\/*\/#\/assess\/test\/*\/0",
        "*:\/\/estore.nism.ac.in\/*\/?sfwd-lessons=*",
        "*:\/\/estore.nism.ac.in\/*\/?sfwd-quiz=*",
        "*:\/\/estore.nism.ac.in\/?sfwd-lessons=*",
        "*:\/\/estore.nism.ac.in\/?sfwd-lessons=*",
        "*:\/\/estore.nism.ac.in\/lessons\/*\/",
        "*:\/\/estore.nism.ac.in\/quizzes\/*\/",
        "*:\/\/estore.nism.ac.in\/*\/lessons\/*\/",
        "*:\/\/estore.nism.ac.in\/*\/quizzes\/*\/",
        "https:\/\/estore.nism.ac.in\/staging2021\/wp-admin\/admin-ajax.php"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "js": [
                "lesson-page.js",
                "injectable-scripts\/jquery-3.1.0.min.js",
                "injectable-scripts\/vimeo-player.js",
                "injectable-scripts\/config.js",
                "injectable-scripts\/error-handler.js",
                "injectable-scripts\/logger.js"
            ],
            "css": [
                "injectable-scripts\/error-handler.css",
                "injectable-scripts\/lesson-page.css"
            ],
            "matches": [
                "*:\/\/estore.nism.ac.in\/*\/?sfwd-lessons=*",
                "*:\/\/estore.nism.ac.in\/*\/?sfwd-quiz=*",
                "*:\/\/estore.nism.ac.in\/?sfwd-lessons=*",
                "*:\/\/estore.nism.ac.in\/?sfwd-lessons=*",
                "*:\/\/estore.nism.ac.in\/lessons\/*\/",
                "*:\/\/estore.nism.ac.in\/quizzes\/*\/",
                "*:\/\/estore.nism.ac.in\/*\/lessons\/*\/",
                "*:\/\/estore.nism.ac.in\/*\/quizzes\/*\/"
            ]
        },
        {
            "css": [
                "injectable-scripts\/error-handler.css"
            ],
            "js": [
                "injectable-scripts\/config.js",
                "injectable-scripts\/error-handler.js",
                "proctoring-tab.js"
            ],
            "matches": [
                "*:\/\/*.hirepro.in\/*"
            ]
        }
    ]
}