VŠE+
Web extension adding features to the insis information system (Prague University of Economics and Business).
Wat is VŠE+?
VŠE+ is een Chrome-extensie ontwikkeld door 0×4a69726b61, en de belangrijkste functie is "Web extension adding features to the insis information system (Prague University of Economics and Business).".
Extensie Screenshots
Download het CRX-bestand van de extensie VŠE+
Download VŠE+-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | VŠE+ |
ID | hbngcjlobkadngdbbaknlgmholembfbj |
Officiële URL | https://chromewebstore.google.com/detail/v%C5%A1e+/hbngcjlobkadngdbbaknlgmholembfbj |
Beschrijving | Web extension adding features to the insis information system (Prague University of Economics and Business). |
Bestandsgrootte | 817 KB |
Aantal Installaties | 202 |
Huidige Versie | 2.8.2 |
Laatst Bijgewerkt | 2023-06-20 |
Publicatiedatum | 2022-08-24 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | 0×4a69726b61 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://vsepl.us |
Ondersteunde Talen | 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\/**" ] } |