VŠE+

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

VŠE+란 무엇입니까?

VŠE+은(는) 0×4a69726b61에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Web extension adding features to the insis information system (Prague University of Economics and Business)."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

VŠE+ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 VŠE+ VŠE+
ID hbngcjlobkadngdbbaknlgmholembfbj
공식 URL https://chromewebstore.google.com/detail/v%C5%A1e+/hbngcjlobkadngdbbaknlgmholembfbj
설명 Web extension adding features to the insis information system (Prague University of Economics and Business).
파일 크기 817 KB
설치 횟수 202
현재 버전 2.8.2
최근 업데이트 2023-06-20
출시 날짜 2022-08-24
평점 5.00/5 총 2 개의 평점
개발자 0×4a69726b61
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://vsepl.us
지원되는 언어 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\/**"
    ]
}