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/`
Co to jest Get Percentage of completion in udemy courses?
Get Percentage of completion in udemy courses to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „This extension helps to know completed percentage of each courses in udemy home page `https://www.udemy.com/organization/home/`”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Get Percentage of completion in udemy courses
Pobierz pliki rozszerzeń Get Percentage of completion in udemy courses w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension helps to know completed percentage of each courses in udemy home page `https://www.udemy.com/organization/home/` Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | bpcggcdnikdancncldmcbdioebcfkbaj |
| Oficjalny URL | https://chromewebstore.google.com/detail/get-percentage-of-complet/bpcggcdnikdancncldmcbdioebcfkbaj |
| Opis | This extension helps to know completed percentage of each courses in udemy home page `https://www.udemy.com/organization/home/` |
| Rozmiar pliku | 15.41 KB |
| Liczba instalacji | 114 |
| Aktualna Wersja | 0.1.5 |
| Ostatnia Aktualizacja | 2018-12-15 |
| Data Publikacji | 2018-12-15 |
| Deweloper | Unknown |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
} | |