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…
Cos'è Udemy Progress Reset and Completer?
Udemy Progress Reset and Completer è un'estensione di Chrome sviluppata da sggajare360, e la sua funzione principale è "Udemy Progress Reset and Completer A chrome extension to reset and complete your courses on Udemy. I wanted to reset my courses on…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Udemy Progress Reset and Completer
Scarica i file di estensione Udemy Progress Reset and Completer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | hfkchfjmlhncoaidcoondhaifllmcefj |
| URL Ufficiale | https://chromewebstore.google.com/detail/udemy-progress-reset-and/hfkchfjmlhncoaidcoondhaifllmcefj |
| Descrizione | Udemy Progress Reset and Completer A chrome extension to reset and complete your courses on Udemy. I wanted to reset my courses on… |
| Dimensione del File | 8.67 KB |
| Conteggio Installazioni | 1,245 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2022-11-28 |
| Data di Pubblicazione | 2022-11-28 |
| Valutazione | 5.00/5 Totale 4 Valutazioni |
| Sviluppatore | sggajare360 |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
} | |