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/`
Apa itu Get Percentage of completion in udemy courses?
Get Percentage of completion in udemy courses adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "This extension helps to know completed percentage of each courses in udemy home page `https://www.udemy.com/organization/home/`".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Get Percentage of completion in udemy courses
Unduh file ekstensi Get Percentage of completion in udemy courses dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This extension helps to know completed percentage of each courses in udemy home page `https://www.udemy.com/organization/home/`
Informasi Dasar Ekstensi
Nama | Get Percentage of completion in udemy courses |
ID | bpcggcdnikdancncldmcbdioebcfkbaj |
URL Resmi | https://chromewebstore.google.com/detail/get-percentage-of-complet/bpcggcdnikdancncldmcbdioebcfkbaj |
Deskripsi | This extension helps to know completed percentage of each courses in udemy home page `https://www.udemy.com/organization/home/` |
Ukuran File | 15.41 KB |
Jumlah Instalasi | 114 |
Versi Saat Ini | 0.1.5 |
Terakhir Diperbarui | 2018-12-15 |
Tanggal Publikasi | 2018-12-15 |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |