Coursera Auto Grade
Review your peers on coursera with ease
What is Coursera Auto Grade?
Coursera Auto Grade is a Chrome extension developed by inuyashathanhcongnguyen, and its main feature is "Review your peers on coursera with ease".
Extension Screenshots
Download Coursera Auto Grade Extension CRX File
Download Coursera Auto Grade extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension automates the peer review process on Coursera. With only the click of a button, it will automatically selects all the radio button options with highest grade, fill in text boxes and submit the review User can also freely customize the content to put into text fields
Extension Basic Information
Name | Coursera Auto Grade |
ID | dhilaplakgolmkllgaoiodmfcbmidalf |
Official URL | https://chromewebstore.google.com/detail/coursera-auto-grade/dhilaplakgolmkllgaoiodmfcbmidalf |
Description | Review your peers on coursera with ease |
File Size | 55.05 KB |
Installation Count | 2,000 |
Current Version | 1.0 |
Last Updated | 2022-10-26 |
Publish Date | 2022-10-25 |
Rating | 5.00/5 Total 7 Ratings |
Developer | inuyashathanhcongnguyen |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Coursera Auto Grade", "description": "Review your peers on coursera with ease", "version": "1.0", "action": { "default_popup": "popup\/popup.html", "default_icon": "images\/logo.png" }, "permissions": [ "scripting", "storage" ], "host_permissions": [ "https:\/\/www.coursera.org\/*" ] } |