Get Percentage of completion in udemy courses
This extension helps to know completed percentage of each courses in udemy home page `https://www.udemy.com/organization/home/`
Get Percentage of completion in udemy courses là gì?
Get Percentage of completion in udemy courses là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "This extension helps to know completed percentage of each courses in udemy home page `https://www.udemy.com/organization/home/`".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Get Percentage of completion in udemy courses
Tải xuống các tệp mở rộng Get Percentage of completion in udemy courses 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
This extension helps to know completed percentage of each courses in udemy home page `https://www.udemy.com/organization/home/`
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Get Percentage of completion in udemy courses |
ID | bpcggcdnikdancncldmcbdioebcfkbaj |
URL Chính Thức | https://chromewebstore.google.com/detail/get-percentage-of-complet/bpcggcdnikdancncldmcbdioebcfkbaj |
Mô tả | This extension helps to know completed percentage of each courses in udemy home page `https://www.udemy.com/organization/home/` |
Kích Thước Tệp | 15.41 KB |
Số Lần Cài Đặt | 114 |
Phiên Bản Hiện Tại | 0.1.5 |
Cập Nhật Lần Cuối | 2018-12-15 |
Ngày Phát Hành | 2018-12-15 |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Get Percentage of completion in udemy courses", "version": "0.1.5", "description": "This extension helps to know completed percentage of each courses in udemy home page `https:\/\/www.udemy.com\/organization\/home\/`", "content_scripts": [ { "css": [ "styles.css" ], "js": [ "content.js" ], "matches": [ "https:\/\/*.udemy.com\/*" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |