Auto EduNext

Automatically grade on Edunext

Auto EduNextคืออะไร?

Auto EduNext เป็นส่วนขยายของ Chrome ที่พัฒนาโดย minhdung25 และคุณลักษณะหลักของมันคือ "Automatically grade on Edunext"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto EduNext

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    }
}