Auto EduNext

Automatically grade on Edunext

Auto EduNext क्या है?

Auto EduNext minhdung25 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically grade on Edunext"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Auto EduNext एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Auto EduNext Auto EduNext
ID pdpfekfaombegelehblceefphdfacpia
आधिकारिक URL https://chromewebstore.google.com/detail/auto-edunext/pdpfekfaombegelehblceefphdfacpia
विवरण Automatically grade on Edunext
फ़ाइल का आकार 25.8 KB
स्थापना संख्या 6,000
वर्तमान संस्करण 1.1.5
अंतिम अपडेट 2023-11-26
प्रकाशन तिथि 2023-06-19
रेटिंग 5.00/5 कुल 19 रेटिंग्स
डेवलपर minhdung25
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}