Epitech Intranet Statistics
Graphical interface for Epitech intranet with more statistics
Epitech Intranet Statisticsคืออะไร?
Epitech Intranet Statistics เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://thomasott.fr และคุณลักษณะหลักของมันคือ "Graphical interface for Epitech intranet with more statistics"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Epitech Intranet Statistics
ดาวน์โหลดไฟล์ส่วนขยาย Epitech Intranet Statistics ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The Chrome extension for Epitech's intranet is a powerful tool designed to provide students with an enhanced experience by offering advanced statistics and clear visualization of their academic year. This extension adds a button to the intranet menu, which, when clicked, opens a new page filled with organized and easily accessible information. Here are the key features: GPA at a glance: Quickly check your GPA, which reflects your overall academic performance. Keep track of your progress and set goals to improve your results. Projects under control and activity tracking: Stay ahead of your projects and don't miss any important activities. Manage your ongoing tasks and meet deadlines. Comprehensive tracking of your journey: Get an overview of your progress in roadblocks and modules of the curriculum. Clearly visualize the credits earned and those still needed. Stay informed about your academic progress at a glance. Detailed tracking of your XP Hub: Access an accurate visualization of your XP Hub in real-time, including hub projects. Timeline for strategic planning: Our extension provides you with a timeline to optimally plan throughout the year. Identify key moments, anticipate workloads, and organize yourself effectively to successfully achieve your goals. Explore a multitude of advanced features and discover much more than what we have mentioned so far with our extension for Epitech's intranet. Take full control of your academic journey, manage your projects accurately, strategically plan your schedule, and access detailed statistics to help you achieve excellence. Don't settle for the basics, give yourself a complete experience and maximize your potential!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Epitech Intranet Statistics |
ID | fhelhbblcnpdfkiefkanbjjpkpejgodj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/epitech-intranet-statisti/fhelhbblcnpdfkiefkanbjjpkpejgodj |
คำอธิบาย | Graphical interface for Epitech intranet with more statistics |
ขนาดไฟล์ | 1.18 MB |
จำนวนการติดตั้ง | 975 |
เวอร์ชันปัจจุบัน | 1.0.7 |
อัปเดตครั้งล่าสุด | 2024-02-26 |
วันที่เผยแพร่ | 2023-06-08 |
คะแนน | 5.00/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | https://thomasott.fr |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/RedBoardDev/EpitechIntranetStatistics |
URL หน้าช่วยเหลือ | https://github.com/RedBoardDev/EpitechIntranetStatistics/issues |
URL หน้านโยบายความเป็นส่วนตัว | https://epitechmoulibot.substack.com/p/cgu-epitechmoulibot |
ภาษาที่รองรับ | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Epitech Intranet Statistics", "version": "1.0.7", "description": "Graphical interface for Epitech intranet with more statistics", "icons": { "16": "icons\/logo_16x16.png", "48": "icons\/logo_48x48.png", "128": "icons\/logo_128x128.png" }, "permissions": [ "tabs", "cookies", "activeTab", "storage" ], "host_permissions": [ "https:\/\/intra.epitech.eu\/*", "https:\/\/*.microsoftonline.com\/*", "https:\/\/*.live.com\/*" ], "background": { "service_worker": "scripts\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/intra.epitech.eu\/*" ], "js": [ "inject.js" ], "css": [ "inject.css" ] } ], "web_accessible_resources": [ { "resources": [ "inject.js", "index.html" ], "matches": [ "https:\/\/intra.epitech.eu\/*" ] } ] } |