Udemy Creation Date
Simple web extension to get the creation date of a course
Wat is Udemy Creation Date?
Udemy Creation Date is een Chrome-extensie ontwikkeld door H3lltronik, en de belangrijkste functie is "Simple web extension to get the creation date of a course".
Extensie Screenshots
Download het CRX-bestand van de extensie Udemy Creation Date
Download Udemy Creation Date-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 🧐
Basisinformatie over de Extensie
Naam | Udemy Creation Date |
ID | geefpmbdhidciekkfocjinkbefjegmkn |
Officiële URL | https://chromewebstore.google.com/detail/udemy-creation-date/geefpmbdhidciekkfocjinkbefjegmkn |
Beschrijving | Simple web extension to get the creation date of a course |
Bestandsgrootte | 41.42 KB |
Aantal Installaties | 666 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2021-10-09 |
Publicatiedatum | 2021-10-09 |
Beoordeling | 4.82/5 Totaal 11 Beoordelingen |
Ontwikkelaar | H3lltronik |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } } |