Coursera Auto Grade

Review your peers on coursera with ease

Cos'è Coursera Auto Grade?

Coursera Auto Grade è un'estensione di Chrome sviluppata da inuyashathanhcongnguyen, e la sua funzione principale è "Review your peers on coursera with ease".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Coursera Auto Grade

Scarica i file di estensione Coursera Auto Grade 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 peer review process on Coursera.
With only the click of a button, it will automatically selects all the radio button options with highest grade, fill in text boxes and submit the review
User can also freely customize the content to put into text fields                    

Informazioni di Base sull'Estensione

Nome Coursera Auto Grade Coursera Auto Grade
ID dhilaplakgolmkllgaoiodmfcbmidalf
URL Ufficiale https://chromewebstore.google.com/detail/coursera-auto-grade/dhilaplakgolmkllgaoiodmfcbmidalf
Descrizione Review your peers on coursera with ease
Dimensione del File 55.05 KB
Conteggio Installazioni 2,000
Versione Corrente 1.0
Ultimo Aggiornamento 2022-10-26
Data di Pubblicazione 2022-10-25
Valutazione 5.00/5 Totale 7 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": "Coursera Auto Grade",
    "description": "Review your peers on coursera with ease",
    "version": "1.0",
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": "images\/logo.png"
    },
    "permissions": [
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.coursera.org\/*"
    ]
}