VŠE+
Web extension adding features to the insis information system (Prague University of Economics and Business).
Cos'è VŠE+?
VŠE+ è un'estensione di Chrome sviluppata da 0×4a69726b61, e la sua funzione principale è "Web extension adding features to the insis information system (Prague University of Economics and Business).".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione VŠE+
Scarica i file di estensione VŠE+ 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
Rozšíření do prohlížeče, které přidává funkcionality do systému InSIS pro zlepšení quality-of-life studentů Vysoké školy ekonomické v Praze.
Informazioni di Base sull'Estensione
Nome | VŠE+ |
ID | hbngcjlobkadngdbbaknlgmholembfbj |
URL Ufficiale | https://chromewebstore.google.com/detail/v%C5%A1e+/hbngcjlobkadngdbbaknlgmholembfbj |
Descrizione | Web extension adding features to the insis information system (Prague University of Economics and Business). |
Dimensione del File | 817 KB |
Conteggio Installazioni | 202 |
Versione Corrente | 2.8.2 |
Ultimo Aggiornamento | 2023-06-20 |
Data di Pubblicazione | 2022-08-24 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | 0×4a69726b61 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://vsepl.us |
Lingue Supportate | cs |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "V\u0160E+", "description": "Web extension adding features to the insis information system (Prague University of Economics and Business).", "homepage_url": "https:\/\/github.com\/vse-plus", "version": "2.8.2", "action": { "default_popup": "popup.html", "default_title": "V\u0160E+" }, "icons": { "64": "icons\/64.png", "128": "icons\/128.png", "256": "icons\/256.png" }, "content_scripts": [ { "matches": [ "https:\/\/insis.vse.cz\/**", "https:\/\/vrba.dev\/vse-plus\/**" ], "js": [ "js\/vendor.js", "js\/content_script.js" ], "css": [ "style.css" ] } ], "permissions": [ "storage" ], "host_permissions": [ "https:\/\/insis.vse.cz\/**" ] } |