Coursera Auto Grade

Review your peers on coursera with ease

Co to jest Coursera Auto Grade?

Coursera Auto Grade to rozszerzenie Chrome opracowane przez inuyashathanhcongnguyen, a jego główną funkcją jest „Review your peers on coursera with ease”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Coursera Auto Grade

Pobierz pliki rozszerzeń Coursera Auto Grade 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

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Coursera Auto Grade Coursera Auto Grade
ID dhilaplakgolmkllgaoiodmfcbmidalf
Oficjalny URL https://chromewebstore.google.com/detail/coursera-auto-grade/dhilaplakgolmkllgaoiodmfcbmidalf
Opis Review your peers on coursera with ease
Rozmiar pliku 55.05 KB
Liczba instalacji 2,000
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2022-10-26
Data Publikacji 2022-10-25
Ocena 5.00/5 Łącznie 7 Oceny
Deweloper inuyashathanhcongnguyen
E-mail [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": "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\/*"
    ]
}