VŠE+
Web extension adding features to the insis information system (Prague University of Economics and Business).
Qu'est-ce que VŠE+ ?
VŠE+ est une extension Chrome développée par 0×4a69726b61, et sa fonction principale est "Web extension adding features to the insis information system (Prague University of Economics and Business).".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension VŠE+
Téléchargez les fichiers d'extension VŠE+ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | VŠE+ |
ID | hbngcjlobkadngdbbaknlgmholembfbj |
URL Officiel | https://chromewebstore.google.com/detail/v%C5%A1e+/hbngcjlobkadngdbbaknlgmholembfbj |
Description | Web extension adding features to the insis information system (Prague University of Economics and Business). |
Taille du Fichier | 817 KB |
Nombre d'Installations | 202 |
Version Actuelle | 2.8.2 |
Dernière Mise à Jour | 2023-06-20 |
Date de Publication | 2022-08-24 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | 0×4a69726b61 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://vsepl.us |
Langues Prises en Charge | 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\/**" ] } |