Udemy Creation Date
Simple web extension to get the creation date of a course
Apa itu Udemy Creation Date?
Udemy Creation Date adalah ekstensi Chrome yang dikembangkan oleh H3lltronik, dan fitur utamanya adalah "Simple web extension to get the creation date of a course".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Udemy Creation Date
Unduh file ekstensi Udemy Creation Date dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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 🧐
Informasi Dasar Ekstensi
Nama | Udemy Creation Date |
ID | geefpmbdhidciekkfocjinkbefjegmkn |
URL Resmi | https://chromewebstore.google.com/detail/udemy-creation-date/geefpmbdhidciekkfocjinkbefjegmkn |
Deskripsi | Simple web extension to get the creation date of a course |
Ukuran File | 41.42 KB |
Jumlah Instalasi | 666 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2021-10-09 |
Tanggal Publikasi | 2021-10-09 |
Penilaian | 4.82/5 Total 11 Penilaian |
Pengembang | H3lltronik |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/*" ] } } |