VŠE+
Web extension adding features to the insis information system (Prague University of Economics and Business).
VŠE+ क्या है?
VŠE+ 0×4a69726b61 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Web extension adding features to the insis information system (Prague University of Economics and Business)."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में VŠE+ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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+ |
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\/**" ] } |