Auto EduNext
Automatically grade on Edunext
ما هو Auto EduNext؟
Auto EduNext هو إضافة Chrome تم تطويرها بواسطة minhdung25، والميزة الرئيسية لها هي "Automatically grade on Edunext".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Auto EduNext
قم بتنزيل ملفات الامتداد Auto EduNext بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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" } } |