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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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" ] } |