Coursera Auto Grade

Review your peers on coursera with ease

Что такое Coursera Auto Grade?

Coursera Auto Grade - это расширение Chrome, разработанное inuyashathanhcongnguyen, и его основная функция - "Review your peers on coursera with ease".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Coursera Auto Grade

Скачайте файлы расширений Coursera Auto Grade в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Coursera Auto Grade Coursera Auto Grade
ID dhilaplakgolmkllgaoiodmfcbmidalf
Официальный URL https://chromewebstore.google.com/detail/coursera-auto-grade/dhilaplakgolmkllgaoiodmfcbmidalf
Описание Review your peers on coursera with ease
Размер файла 55.05 KB
Количество установок 2,000
Текущая Версия 1.0
Последнее Обновление 2022-10-26
Дата публикации 2022-10-25
Рейтинг 5.00/5 Всего 7 оценок
Разработчик inuyashathanhcongnguyen
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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\/*"
    ]
}