Coursera Auto Grade

Review your peers on coursera with ease

Coursera Auto Grade क्या है?

Coursera Auto Grade inuyashathanhcongnguyen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Review your peers on coursera with ease"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Coursera Auto Grade एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/*"
    ]
}