Udemy Creation Date
Simple web extension to get the creation date of a course
Co to jest Udemy Creation Date?
Udemy Creation Date to rozszerzenie Chrome opracowane przez H3lltronik, a jego główną funkcją jest „Simple web extension to get the creation date of a course”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Udemy Creation Date
Pobierz pliki rozszerzeń Udemy Creation Date 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 simple web extension allow you to visualize the creation date of an Udemy course so you could make a better desicion in whether you buy it or not. Just click on the extension icon and you are good to go 🧐
Podstawowe informacje o rozszerzeniu
Nazwa | Udemy Creation Date |
ID | geefpmbdhidciekkfocjinkbefjegmkn |
Oficjalny URL | https://chromewebstore.google.com/detail/udemy-creation-date/geefpmbdhidciekkfocjinkbefjegmkn |
Opis | Simple web extension to get the creation date of a course |
Rozmiar pliku | 41.42 KB |
Liczba instalacji | 666 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2021-10-09 |
Data Publikacji | 2021-10-09 |
Ocena | 4.82/5 Łącznie 11 Oceny |
Deweloper | H3lltronik |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Udemy Creation Date", "description": "Simple web extension to get the creation date of a course", "version": "1.0", "manifest_version": 2, "background": { "service_worker": "background.js" }, "browser_action": { "default_popup": "popup.html", "default_icon": "\/images\/favicon-32x32.png", "default_title": "Udemy Wea!" }, "permissions": [ "activeTab" ], "externally_connectable": { "ids": [ "*" ], "matches": [ "https:\/\/*.udemy.com\/*" ] } } |