ProctorExam Screen Sharing
Lets you share your screen when taking an online exam on ProctorExam - https://www.proctorexam.com
Qu'est-ce que ProctorExam Screen Sharing ?
ProctorExam Screen Sharing est une extension Chrome développée par https://proctorexam.com, et sa fonction principale est "Lets you share your screen when taking an online exam on ProctorExam - https://www.proctorexam.com".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ProctorExam Screen Sharing
Téléchargez les fichiers d'extension ProctorExam Screen Sharing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | ProctorExam Screen Sharing |
ID | digojkgonhgmnohbapdfjllpnmjmdhpg |
URL Officiel | https://chromewebstore.google.com/detail/proctorexam-screen-sharin/digojkgonhgmnohbapdfjllpnmjmdhpg |
Description | Lets you share your screen when taking an online exam on ProctorExam - https://www.proctorexam.com |
Taille du Fichier | 92.74 KB |
Nombre d'Installations | 768,244 |
Version Actuelle | 1.6.0 |
Dernière Mise à Jour | 2023-01-16 |
Date de Publication | 2018-12-06 |
Évaluation | 1.86/5 Total 194 Évaluations |
Développeur | https://proctorexam.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://proctorexam.com |
URL de la Page d'Aide | https://proctorexam.com/test-taker-support/ |
URL de la Page de Politique de Confidentialité | https://www.proctorexam.com/privacy |
Langues Prises en Charge | 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" ] } |