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 |
| 官方網址 | 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\/**"
]
} | |