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).”。
扩展截图
下载VŠE+扩展crx文件
下载VŠE+扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| 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\/**"
]
} | |