EduNext Auto Star

Star friends on EduNext with ease

Cos'è EduNext Auto Star?

EduNext Auto Star è un'estensione di Chrome sviluppata da inuyashathanhcongnguyen, e la sua funzione principale è "Star friends on EduNext with ease".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione EduNext Auto Star

Scarica i file di estensione EduNext Auto Star 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

                        This extension automates the group grading process on EduNext.
With only the click of a button, it will automatically grade all groupmates with a specific number of stars
User can also freely customize the default number of stars which will be saved across browser sessions                    

Informazioni di Base sull'Estensione

Nome EduNext Auto Star EduNext Auto Star
ID ndihnkpljccejlopfngigdlnfmfgpmfk
URL Ufficiale https://chromewebstore.google.com/detail/edunext-auto-star/ndihnkpljccejlopfngigdlnfmfgpmfk
Descrizione Star friends on EduNext with ease
Dimensione del File 36.91 KB
Conteggio Installazioni 303
Versione Corrente 1.0
Ultimo Aggiornamento 2023-03-06
Data di Pubblicazione 2023-03-05
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore inuyashathanhcongnguyen
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "EduNext Auto Star",
    "description": "Star friends on EduNext with ease",
    "version": "1.0",
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": "images\/logo.png"
    },
    "permissions": [
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/fu.edunext.vn\/*"
    ]
}