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คืออะไร?
Get Percentage of completion in udemy courses เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "This extension helps to know completed percentage of each courses in udemy home page `https://www.udemy.com/organization/home/`"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Get Percentage of completion in udemy courses
ดาวน์โหลดไฟล์ส่วนขยาย Get Percentage of completion in udemy courses ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
ID | bpcggcdnikdancncldmcbdioebcfkbaj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/get-percentage-of-complet/bpcggcdnikdancncldmcbdioebcfkbaj |
คำอธิบาย | This extension helps to know completed percentage of each courses in udemy home page `https://www.udemy.com/organization/home/` |
ขนาดไฟล์ | 15.41 KB |
จำนวนการติดตั้ง | 114 |
เวอร์ชันปัจจุบัน | 0.1.5 |
อัปเดตครั้งล่าสุด | 2018-12-15 |
วันที่เผยแพร่ | 2018-12-15 |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" } } |