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ファイルをダウンロード

Epitech XP Calculator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}