Epitech XP Calculator

Calculate your XP in Epitech HUB Unit

Epitech XP Calculator란 무엇입니까?

Epitech XP Calculator은(는) Kalinka에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Calculate your XP in Epitech HUB Unit"입니다.

확장 프로그램 스크린샷

screenshot

Epitech XP Calculator 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Introducing the ultimate tool for Epitech students - the Epitech XP Calculator Chrome Extension!

Are you tired of manually calculating your XP points after every Workshop, Talk, Hackathon...? Do you want to stay up-to-date with the latest information about the HUB? Look no further than the Epitech XP Calculator Chrome Extension.

With this extension, you can easily calculate your XP points gained from your activities at the Epitech HUB. Simply log in to your intranet and the extension and the XP calculator will automatically track and calculate your XP points as you progress through the HUB.

With the Epitech HUB XP Calculator Chrome Extension, you'll never have to manually calculate your XP points again, and you'll always stay up-to-date with the latest information about the HUB. Download it today and start earning those XP points like a pro!                    

확장 프로그램 기본 정보

이름 Epitech XP Calculator Epitech XP Calculator
ID ccjhcpofiabfkapehlccolbhebogophl
공식 URL https://chromewebstore.google.com/detail/epitech-xp-calculator/ccjhcpofiabfkapehlccolbhebogophl
설명 Calculate your XP in Epitech HUB Unit
파일 크기 43.84 KB
설치 횟수 370
현재 버전 1.0.0
최근 업데이트 2023-03-30
출시 날짜 2023-03-30
평점 5.00/5 총 2 개의 평점
개발자 Kalinka
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Epitech XP Calculator",
    "description": "Calculate your XP in Epitech HUB Unit",
    "author": "R\u00e9mi GRIMAULT",
    "version": "1.0.0",
    "icons": {
        "16": "assets\/icons\/16.png",
        "48": "assets\/icons\/48.png",
        "128": "assets\/icons\/128.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/intra.epitech.eu\/user\/?format=json",
        "*:\/\/intra.epitech.eu\/module\/*\/B-INN-000\/*\/?format=json"
    ],
    "background": {
        "service_worker": "src\/background-wrapper.js"
    },
    "action": {
        "default_popup": "src\/popup.html",
        "default_icon": "assets\/icons\/128.png"
    }
}