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 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 फ़ाइल डाउनलोड करें
crx प्रारूप में Udemy Progress Reset and Completer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |