Coursera Auto Grade

Review your peers on coursera with ease

Apa itu Coursera Auto Grade?

Coursera Auto Grade adalah ekstensi Chrome yang dikembangkan oleh inuyashathanhcongnguyen, dan fitur utamanya adalah "Review your peers on coursera with ease".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Coursera Auto Grade

Unduh file ekstensi Coursera Auto Grade dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Coursera Auto Grade Coursera Auto Grade
ID dhilaplakgolmkllgaoiodmfcbmidalf
URL Resmi https://chromewebstore.google.com/detail/coursera-auto-grade/dhilaplakgolmkllgaoiodmfcbmidalf
Deskripsi Review your peers on coursera with ease
Ukuran File 55.05 KB
Jumlah Instalasi 2,000
Versi Saat Ini 1.0
Terakhir Diperbarui 2022-10-26
Tanggal Publikasi 2022-10-25
Penilaian 5.00/5 Total 7 Penilaian
Pengembang inuyashathanhcongnguyen
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
    ]
}