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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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\/*"
            ]
        }
    ]
}