Udemy Progress Reset and Completer
Udemy Progress Reset and Completer A chrome extension to reset and complete your courses on Udemy. I wanted to reset my courses on…
ما هو Udemy Progress Reset and Completer؟
Udemy Progress Reset and Completer هو إضافة Chrome تم تطويرها بواسطة sggajare360، والميزة الرئيسية لها هي "Udemy Progress Reset and Completer A chrome extension to reset and complete your courses on Udemy. I wanted to reset my courses on…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Udemy Progress Reset and Completer
قم بتنزيل ملفات الامتداد Udemy Progress Reset and Completer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Udemy Progress Reset and Completer A chrome extension to reset and complete your courses on Udemy. I wanted to reset my courses on Udemy to start over and complete them. I couldn't find any extension to do that so I made one. ## How to reset a course 1. Go to an Udemy course where you have already made some progress. 2. Make sure the **Course Content** panel is open 3. On the extension popup, select the Reset Progress button. 4. The panels will expand and then close, with your progress remaining at 0; this is user feedback to let you know it's working! 5. Enjoy the new beginning! ## How to mark a course as completed 1. Go to an Udemy course where you have already made some progress. 2. Make sure the **Course Content** panel is open 3. On the extension popup, select the Complete Progress button. 4. The panels will expand and then close, with your progress to 100% 5. Enjoy the Completion! ## Features - Reset course progress - Mark course as completed
معلومات أساسية عن التمديد
الاسم | Udemy Progress Reset and Completer |
ID | hfkchfjmlhncoaidcoondhaifllmcefj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/udemy-progress-reset-and/hfkchfjmlhncoaidcoondhaifllmcefj |
الوصف | Udemy Progress Reset and Completer A chrome extension to reset and complete your courses on Udemy. I wanted to reset my courses on… |
حجم الملف | 8.67 KB |
عدد التثبيتات | 1,245 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2022-11-28 |
تاريخ النشر | 2022-11-28 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | sggajare360 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0", "name": "Udemy Progress Reset and Completer", "manifest_version": 3, "action": { "default_popup": "popup.html", "default_title": "Open" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "permissions": [ "activeTab", "scripting" ] } |