Get Percentage of completion in udemy courses
This extension helps to know completed percentage of each courses in udemy home page `https://www.udemy.com/organization/home/`
Cos'è Get Percentage of completion in udemy courses?
Get Percentage of completion in udemy courses è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "This extension helps to know completed percentage of each courses in udemy home page `https://www.udemy.com/organization/home/`".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Get Percentage of completion in udemy courses
Scarica i file di estensione Get Percentage of completion in udemy courses 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 extension helps to know completed percentage of each courses in udemy home page `https://www.udemy.com/organization/home/`
Informazioni di Base sull'Estensione
Nome | Get Percentage of completion in udemy courses |
ID | bpcggcdnikdancncldmcbdioebcfkbaj |
URL Ufficiale | https://chromewebstore.google.com/detail/get-percentage-of-complet/bpcggcdnikdancncldmcbdioebcfkbaj |
Descrizione | This extension helps to know completed percentage of each courses in udemy home page `https://www.udemy.com/organization/home/` |
Dimensione del File | 15.41 KB |
Conteggio Installazioni | 114 |
Versione Corrente | 0.1.5 |
Ultimo Aggiornamento | 2018-12-15 |
Data di Pubblicazione | 2018-12-15 |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Get Percentage of completion in udemy courses", "version": "0.1.5", "description": "This extension helps to know completed percentage of each courses in udemy home page `https:\/\/www.udemy.com\/organization\/home\/`", "content_scripts": [ { "css": [ "styles.css" ], "js": [ "content.js" ], "matches": [ "https:\/\/*.udemy.com\/*" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |