Udemy Creation Date

Simple web extension to get the creation date of a course

Vad är Udemy Creation Date?

Udemy Creation Date är en Chrome-tillägg utvecklad av H3lltronik, och dess huvudfunktion är "Simple web extension to get the creation date of a course".

Tilläggsskärmbilder

screenshot

Ladda ner Udemy Creation Date-förlängningens CRX-fil

Ladda ner Udemy Creation Date-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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 🧐                    

Grundläggande Information om Tillägg

Namn Udemy Creation Date Udemy Creation Date
ID geefpmbdhidciekkfocjinkbefjegmkn
Officiell webbadress https://chromewebstore.google.com/detail/udemy-creation-date/geefpmbdhidciekkfocjinkbefjegmkn
Beskrivning Simple web extension to get the creation date of a course
Filstorlek 41.42 KB
Antal Installationer 666
Aktuell Version 1.0
Senast Uppdaterad 2021-10-09
Publiceringsdatum 2021-10-09
Betyg 4.82/5 Totalt 11 Betyg
Utvecklare H3lltronik
E-post [email protected]
Betalningssätt free
Stödda Språk 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\/*"
        ]
    }
}