Udemy Creation Date

Simple web extension to get the creation date of a course

Cos'è Udemy Creation Date?

Udemy Creation Date è un'estensione di Chrome sviluppata da H3lltronik, e la sua funzione principale è "Simple web extension to get the creation date of a course".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Udemy Creation Date

Scarica i file di estensione Udemy Creation Date in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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 🧐                    

Informazioni di Base sull'Estensione

Nome Udemy Creation Date Udemy Creation Date
ID geefpmbdhidciekkfocjinkbefjegmkn
URL Ufficiale https://chromewebstore.google.com/detail/udemy-creation-date/geefpmbdhidciekkfocjinkbefjegmkn
Descrizione Simple web extension to get the creation date of a course
Dimensione del File 41.42 KB
Conteggio Installazioni 666
Versione Corrente 1.0
Ultimo Aggiornamento 2021-10-09
Data di Pubblicazione 2021-10-09
Valutazione 4.82/5 Totale 11 Valutazioni
Sviluppatore H3lltronik
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
        ]
    }
}