Udemy Course Finder

Explore Udemy courses tailored specifically to your next career move

Was ist Udemy Course Finder?

Udemy Course Finder ist eine Chrome-Erweiterung, die von Castro Agbo entwickelt wurde, und ihr Hauptmerkmal ist "Explore Udemy courses tailored specifically to your next career move".

Erweiterungsscreenshots

screenshot
screenshot

Udemy Course Finder-Erweiterungs-CRX-Datei herunterladen

Laden Sie Udemy Course Finder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This app gives you easy access to Udemy courses tailored specifically to the option you choose in the drop-down. Courses well selected for beginners and advanced learners who want a career change or developers who want to learn new things.

You just install the extension and voila, you have highly rated Udemy courses right in your browser, you just click on the extension and interact the popup menu that shows up.

Click on "Go To Course" button to open the course in a new tab.                    

Grundlegende Informationen zur Erweiterung

Name Udemy Course Finder Udemy Course Finder
ID bpbcbabopnpbjhdfjcmkhjohlddhldle
Offizielle URL https://chromewebstore.google.com/detail/udemy-course-finder/bpbcbabopnpbjhdfjcmkhjohlddhldle
Beschreibung Explore Udemy courses tailored specifically to your next career move
Dateigröße 348 KB
Installationsanzahl 449
Aktuelle Version 1.0.3
Letztes Update 2020-06-12
Veröffentlichungsdatum 2020-06-12
Entwickler Castro Agbo
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.ceafive.netlify.com
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Udemy Course Finder",
    "short_name": "Udemy Course Finder",
    "version": "1.0.3",
    "description": "Explore Udemy courses tailored specifically to your next career move",
    "manifest_version": 2,
    "author": "Castro Agbo",
    "homepage_url": "https:\/\/ceafive.netlify.com",
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "icon.png",
        "default_title": "Udemy Course Finder"
    },
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": []
}