Auto EduNext

Automatically grade on Edunext

Apa itu Auto EduNext?

Auto EduNext adalah ekstensi Chrome yang dikembangkan oleh minhdung25, dan fitur utamanya adalah "Automatically grade on Edunext".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Auto EduNext

Unduh file ekstensi Auto EduNext dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Auto EduNext Auto EduNext
ID pdpfekfaombegelehblceefphdfacpia
URL Resmi https://chromewebstore.google.com/detail/auto-edunext/pdpfekfaombegelehblceefphdfacpia
Deskripsi Automatically grade on Edunext
Ukuran File 25.8 KB
Jumlah Instalasi 6,000
Versi Saat Ini 1.1.5
Terakhir Diperbarui 2023-11-26
Tanggal Publikasi 2023-06-19
Penilaian 5.00/5 Total 19 Penilaian
Pengembang minhdung25
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}