Epitech Intranet Statistics

Graphical interface for Epitech intranet with more statistics

什麼是Epitech Intranet Statistics?

Epitech Intranet Statistics是由https://thomasott.fr開發的Chrome擴展程式,該擴展的主要功能是“Graphical interface for Epitech intranet with more statistics”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Epitech Intranet Statistics擴展crx文件

下載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 Epitech Intranet Statistics
ID fhelhbblcnpdfkiefkanbjjpkpejgodj
官方網址 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\/*"
            ]
        }
    ]
}