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 là gì?

Udemy Progress Reset and Completer là một tiện ích mở rộng Chrome được phát triển bởi sggajare360, và tính năng chính của nó là "Udemy Progress Reset and Completer A chrome extension to reset and complete your courses on Udemy. I wanted to reset my courses on…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Udemy Progress Reset and Completer

Tải xuống các tệp mở rộng Udemy Progress Reset and Completer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Udemy Progress Reset and Completer Udemy Progress Reset and Completer
ID hfkchfjmlhncoaidcoondhaifllmcefj
URL Chính Thức https://chromewebstore.google.com/detail/udemy-progress-reset-and/hfkchfjmlhncoaidcoondhaifllmcefj
Mô tả Udemy Progress Reset and Completer A chrome extension to reset and complete your courses on Udemy. I wanted to reset my courses on…
Kích Thước Tệp 8.67 KB
Số Lần Cài Đặt 1,245
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2022-11-28
Ngày Phát Hành 2022-11-28
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển sggajare360
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}