Auto EduNext

Automatically grade on Edunext

Auto EduNext란 무엇입니까?

Auto EduNext은(는) minhdung25에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically grade on Edunext"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Auto EduNext 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}