Auto EduNext
Automatically grade on Edunext
Cos'è Auto EduNext?
Auto EduNext è un'estensione di Chrome sviluppata da minhdung25, e la sua funzione principale è "Automatically grade on Edunext".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Auto EduNext
Scarica i file di estensione Auto EduNext in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Auto EduNext |
ID | pdpfekfaombegelehblceefphdfacpia |
URL Ufficiale | https://chromewebstore.google.com/detail/auto-edunext/pdpfekfaombegelehblceefphdfacpia |
Descrizione | Automatically grade on Edunext |
Dimensione del File | 25.8 KB |
Conteggio Installazioni | 6,000 |
Versione Corrente | 1.1.5 |
Ultimo Aggiornamento | 2023-11-26 |
Data di Pubblicazione | 2023-06-19 |
Valutazione | 5.00/5 Totale 19 Valutazioni |
Sviluppatore | minhdung25 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |