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 |
| Eメール | [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\/**"
]
} | |