Auto EduNext

Automatically grade on Edunext

什麼是Auto EduNext?

Auto EduNext是由minhdung25開發的Chrome擴展程式,該擴展的主要功能是“Automatically grade on Edunext”。

擴展截圖

screenshot
screenshot
screenshot

下載Auto EduNext擴展crx文件

下載Auto EduNext擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Step 1: Install extension to your device
Step 2: Click reload page to use,
Step 3: Click on the "Grade on groupmates" button and then automatically rate 5 stars (member rating)
Or click on the "Grade" button and then automatically rate the presentation 5 stars (score the presentation).
Step 4: Click the "Grade" button to record the score

- If you are not satisfied with the 5-star score, please turn off the extension, then reload the page and rate it as you like.                    

擴展基本資訊

名稱 Auto EduNext Auto EduNext
ID pdpfekfaombegelehblceefphdfacpia
官方網址 https://chromewebstore.google.com/detail/auto-edunext/pdpfekfaombegelehblceefphdfacpia
簡介 Automatically grade on Edunext
檔案大小 25.8 KB
安裝次數 6,000
目前版本 1.1.5
更新時間 2023-11-26
上架時間 2023-06-19
評分 5.00/5 共 19 次評分
開發者 minhdung25
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Auto EduNext",
    "version": "1.1.5",
    "icons": {
        "128": "icon.png"
    },
    "description": "Automatically grade on Edunext",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/fu-edunext.fpt.edu.vn\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    }
}