VŠE+
Web extension adding features to the insis information system (Prague University of Economics and Business).
VŠE+คืออะไร?
VŠE+ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 0×4a69726b61 และคุณลักษณะหลักของมันคือ "Web extension adding features to the insis information system (Prague University of Economics and Business)."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VŠE+
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 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\/**" ] } |