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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |