Auto EduNext
Automatically grade on Edunext
Co to jest Auto EduNext?
Auto EduNext to rozszerzenie Chrome opracowane przez minhdung25, a jego główną funkcją jest „Automatically grade on Edunext”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Auto EduNext
Pobierz pliki rozszerzeń Auto EduNext w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        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.                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | pdpfekfaombegelehblceefphdfacpia | 
| Oficjalny URL | https://chromewebstore.google.com/detail/auto-edunext/pdpfekfaombegelehblceefphdfacpia | 
| Opis | Automatically grade on Edunext | 
| Rozmiar pliku | 25.8 KB | 
| Liczba instalacji | 6,000 | 
| Aktualna Wersja | 1.1.5 | 
| Ostatnia Aktualizacja | 2023-11-26 | 
| Data Publikacji | 2023-06-19 | 
| Ocena | 5.00/5 Łącznie 19 Oceny | 
| Deweloper | minhdung25 | 
| [email protected] | |
| Typ Płatności | free | 
| Obsługiwane Języki | 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"
    }
}  |  |