VŠE+
Web extension adding features to the insis information system (Prague University of Economics and Business).
Was ist VŠE+?
VŠE+ ist eine Chrome-Erweiterung, die von 0×4a69726b61 entwickelt wurde, und ihr Hauptmerkmal ist "Web extension adding features to the insis information system (Prague University of Economics and Business).".
Erweiterungsscreenshots
VŠE+-Erweiterungs-CRX-Datei herunterladen
Laden Sie VŠE+-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | hbngcjlobkadngdbbaknlgmholembfbj |
| Offizielle URL | https://chromewebstore.google.com/detail/v%C5%A1e+/hbngcjlobkadngdbbaknlgmholembfbj |
| Beschreibung | Web extension adding features to the insis information system (Prague University of Economics and Business). |
| Dateigröße | 817 KB |
| Installationsanzahl | 202 |
| Aktuelle Version | 2.8.2 |
| Letztes Update | 2023-06-20 |
| Veröffentlichungsdatum | 2022-08-24 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | 0×4a69726b61 |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://vsepl.us |
| Unterstützte Sprachen | 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\/**"
]
} | |