Auto EduNext

Automatically grade on Edunext

What is Auto EduNext?

Auto EduNext is a Chrome extension developed by minhdung25, and its main feature is "Automatically grade on Edunext".

Extension Screenshots

screenshot
screenshot
screenshot

Download Auto EduNext Extension CRX File

Download Auto EduNext 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

                        Step 1: Install extension to your device
Step 2: Click reload page to use,
Step 3: Click on the "Grade on groupmates" button and then automatically rate 5 stars (member rating)
Or click on the "Grade" button and then automatically rate the presentation 5 stars (score the presentation).
Step 4: Click the "Grade" button to record the score

- If you are not satisfied with the 5-star score, please turn off the extension, then reload the page and rate it as you like.                    

Extension Basic Information

Name Auto EduNext Auto EduNext
ID pdpfekfaombegelehblceefphdfacpia
Official URL https://chromewebstore.google.com/detail/auto-edunext/pdpfekfaombegelehblceefphdfacpia
Description Automatically grade on Edunext
File Size 25.8 KB
Installation Count 6,000
Current Version 1.1.5
Last Updated 2023-11-26
Publish Date 2023-06-19
Rating 5.00/5 Total 19 Ratings
Developer minhdung25
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Auto EduNext",
    "version": "1.1.5",
    "icons": {
        "128": "icon.png"
    },
    "description": "Automatically grade on Edunext",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/fu-edunext.fpt.edu.vn\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    }
}