ProctorExam Screen Sharing

Lets you share your screen when taking an online exam on ProctorExam - https://www.proctorexam.com

ProctorExam Screen Sharingคืออะไร?

ProctorExam Screen Sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://proctorexam.com และคุณลักษณะหลักของมันคือ "Lets you share your screen when taking an online exam on ProctorExam - https://www.proctorexam.com"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ProctorExam Screen Sharing

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

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

                        This extension enables screen sharing on the ProctorExam distance examination platform. Screen Sharing can only be activated on exams.proctorexam.com, so you don't need to worry about accidentally sharing unintentionally.

By installing this extension, you are giving ProctorExam permission to view your screen during an examination.

FOR TEST TAKERS:

Once you have installed the extension, please follow: 'STEP 2 - complete the system check' in the email you have received about your exam. If you have any difficulties downloading this extension, please contact our chat support. It will be available for you during step 2. Alternatively you can contact our chat support at https://www.proctorexam.com.

FOR DEVELOPERS:

Any questions related to our extension, please contact us using the ‘contact the publisher’ button on the right of this screen. Alternatively you can reach out to your account manager for further assistance.                    

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

ชื่อ ProctorExam Screen Sharing ProctorExam Screen Sharing
ID digojkgonhgmnohbapdfjllpnmjmdhpg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/proctorexam-screen-sharin/digojkgonhgmnohbapdfjllpnmjmdhpg
คำอธิบาย Lets you share your screen when taking an online exam on ProctorExam - https://www.proctorexam.com
ขนาดไฟล์ 92.74 KB
จำนวนการติดตั้ง 768,244
เวอร์ชันปัจจุบัน 1.6.0
อัปเดตครั้งล่าสุด 2023-01-16
วันที่เผยแพร่ 2018-12-06
คะแนน 1.86/5 รวมทั้งหมด 194 คะแนน
ผู้พัฒนา https://proctorexam.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://proctorexam.com
URL หน้าช่วยเหลือ https://proctorexam.com/test-taker-support/
URL หน้านโยบายความเป็นส่วนตัว https://www.proctorexam.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ProctorExam Screen Sharing",
    "author": "Procwise BV",
    "version": "1.6.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Lets you share your screen when taking an online exam on ProctorExam - https:\/\/www.proctorexam.com",
    "homepage_url": "https:\/\/proctorexam.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "matches": [
                "https:\/\/*.proctorexam.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture",
        "activeTab",
        "tabs",
        "https:\/\/*.proctorexam.com\/*"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}