VŠE+

Web extension adding features to the insis information system (Prague University of Economics and Business).

What is VŠE+?

VŠE+ is a Chrome extension developed by 0×4a69726b61, and its main feature is "Web extension adding features to the insis information system (Prague University of Economics and Business).".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download VŠE+ Extension CRX File

Download VŠE+ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name VŠE+ VŠE+
ID hbngcjlobkadngdbbaknlgmholembfbj
Official URL 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).
File Size 817 KB
Installation Count 202
Current Version 2.8.2
Last Updated 2023-06-20
Publish Date 2022-08-24
Rating 5.00/5 Total 2 Ratings
Developer 0×4a69726b61
Email [email protected]
Payment Type free
Extension Website https://vsepl.us
Supported Languages 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\/**"
    ]
}