Coursera Auto Grade

Review your peers on coursera with ease

Vad är Coursera Auto Grade?

Coursera Auto Grade är en Chrome-tillägg utvecklad av inuyashathanhcongnguyen, och dess huvudfunktion är "Review your peers on coursera with ease".

Tilläggsskärmbilder

screenshot

Ladda ner Coursera Auto Grade-förlängningens CRX-fil

Ladda ner Coursera Auto Grade-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Coursera Auto Grade Coursera Auto Grade
ID dhilaplakgolmkllgaoiodmfcbmidalf
Officiell webbadress https://chromewebstore.google.com/detail/coursera-auto-grade/dhilaplakgolmkllgaoiodmfcbmidalf
Beskrivning Review your peers on coursera with ease
Filstorlek 55.05 KB
Antal Installationer 2,000
Aktuell Version 1.0
Senast Uppdaterad 2022-10-26
Publiceringsdatum 2022-10-25
Betyg 5.00/5 Totalt 7 Betyg
Utvecklare inuyashathanhcongnguyen
E-post [email protected]
Betalningssätt free
Stödda Språk 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\/*"
    ]
}