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 https://proctorexam.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Lets you share your screen when taking an online exam on ProctorExam - https://www.proctorexam.com"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ProctorExam Screen Sharing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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" ] } |