Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ProctorExam Activity Sharing", "author": "Procwise BV", "version": "1.8.0", "manifest_version": 3, "minimum_chrome_version": "88", "description": "Lets you share your browsing activity when taking an online exam on ProctorExam - https:\/\/www.proctorexam.com", "homepage_url": "https:\/\/proctorexam.com\/", "background": { "service_worker": "background-script.js" }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "matches": [ "https:\/\/*.proctorexam.com\/check_requirements\/*", "https:\/\/*.proctorexam.com\/student_sessions\/*" ] } ], "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "activeTab", "tabs", "scripting" ], "host_permissions": [ "https:\/\/*.proctorexam.com\/*" ] }