Epitech XP Calculator

Calculate your XP in Epitech HUB Unit

O que é Epitech XP Calculator?

Epitech XP Calculator é uma extensão do Chrome desenvolvida por Kalinka, e sua principal característica é "Calculate your XP in Epitech HUB Unit".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Epitech XP Calculator

Baixe arquivos de extensão Epitech XP Calculator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Epitech XP Calculator Epitech XP Calculator
ID ccjhcpofiabfkapehlccolbhebogophl
URL Oficial https://chromewebstore.google.com/detail/epitech-xp-calculator/ccjhcpofiabfkapehlccolbhebogophl
Descrição Calculate your XP in Epitech HUB Unit
Tamanho do Arquivo 43.84 KB
Contagem de Instalações 370
Versão Atual 1.0.0
Última Atualização 2023-03-30
Data de Publicação 2023-03-30
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Kalinka
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}