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/` Основная информация о расширении
| Название | |
| 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"
}
} | |