HirePro Proctoring

This extension enables proctoring of tests/trainings

HirePro Proctoring란 무엇입니까?

HirePro Proctoring은(는) Hirepro.in에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension enables proctoring of tests/trainings"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

HirePro Proctoring 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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\/*"
            ]
        }
    ]
}