Platzi course duration
Display course duration on Platzi platform
Hvad er Platzi course duration?
Platzi course duration er en Chrome-udvidelse udviklet af Jesús Alberto Polo, og dens hovedfunktion er "Display course duration on Platzi platform".
Udvidelsesskærmbilleder
Download Platzi course duration-udvidelses-CRX-fil
Download Platzi course duration-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Chrome extension to display course total and remaining duration of Platzi online courses.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | fciaonikkngjkiapbommiobigggpeofi |
Officiel URL | https://chromewebstore.google.com/detail/platzi-course-duration/fciaonikkngjkiapbommiobigggpeofi |
Beskrivelse | Display course duration on Platzi platform |
Filstørrelse | 35.36 KB |
Antal Installationer | 43 |
Nuværende Version | 1.0 |
Senest Opdateret | 2020-07-26 |
Udgivelsesdato | 2019-09-28 |
Bedømmelse | 2.00/5 Samlet 2 Bedømmelser |
Udvikler | Jesús Alberto Polo |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Platzi course duration", "description": "Display course duration on Platzi platform", "author": "Jes\u00fas Alberto Polo Garc\u00eda", "version": "1.0", "content_scripts": [ { "matches": [ "https:\/\/platzi.com\/clases\/*" ], "js": [ "content.js" ] } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |