Auto EduNext

Automatically grade on Edunext

Vad är Auto EduNext?

Auto EduNext är en Chrome-tillägg utvecklad av minhdung25, och dess huvudfunktion är "Automatically grade on Edunext".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Auto EduNext-förlängningens CRX-fil

Ladda ner Auto EduNext-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Auto EduNext Auto EduNext
ID pdpfekfaombegelehblceefphdfacpia
Officiell webbadress https://chromewebstore.google.com/detail/auto-edunext/pdpfekfaombegelehblceefphdfacpia
Beskrivning Automatically grade on Edunext
Filstorlek 25.8 KB
Antal Installationer 6,000
Aktuell Version 1.1.5
Senast Uppdaterad 2023-11-26
Publiceringsdatum 2023-06-19
Betyg 5.00/5 Totalt 19 Betyg
Utvecklare minhdung25
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}