VŠE+

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

VŠE+ là gì?

VŠE+ là một tiện ích mở rộng Chrome được phát triển bởi 0×4a69726b61, và tính năng chính của nó là "Web extension adding features to the insis information system (Prague University of Economics and Business).".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng VŠE+

Tải xuống các tệp mở rộng VŠE+ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên VŠE+ VŠE+
ID hbngcjlobkadngdbbaknlgmholembfbj
URL Chính Thức https://chromewebstore.google.com/detail/v%C5%A1e+/hbngcjlobkadngdbbaknlgmholembfbj
Mô tả Web extension adding features to the insis information system (Prague University of Economics and Business).
Kích Thước Tệp 817 KB
Số Lần Cài Đặt 202
Phiên Bản Hiện Tại 2.8.2
Cập Nhật Lần Cuối 2023-06-20
Ngày Phát Hành 2022-08-24
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển 0×4a69726b61
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://vsepl.us
Ngôn Ngữ Được Hỗ Trợ 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\/**"
    ]
}