LeetTab - Leetcode Dashboard

Have all your upcoming interviews and Leetcode stats in one place. Stay on the grind and land your dream software engineering job.

O que é LeetTab - Leetcode Dashboard?

LeetTab - Leetcode Dashboard é uma extensão do Chrome desenvolvida por bora-7, e sua principal característica é "Have all your upcoming interviews and Leetcode stats in one place. Stay on the grind and land your dream software engineering job.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão LeetTab - Leetcode Dashboard

Baixe arquivos de extensão LeetTab - Leetcode Dashboard 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

                        Features:
- Keep track of your upcoming interviews during interview season.
- See questions done by difficulty, tag and language. 
- Today's daily.
- Leaderboard (up to 4 people).
- Recent submissions.

LeetTab does not collect any personal data.                    

Informações Básicas da Extensão

Nome LeetTab - Leetcode Dashboard LeetTab - Leetcode Dashboard
ID jmpkpppaflhbbghfbdbcabgjkfmemklo
URL Oficial https://chromewebstore.google.com/detail/leettab-leetcode-dashboar/jmpkpppaflhbbghfbdbcabgjkfmemklo
Descrição Have all your upcoming interviews and Leetcode stats in one place. Stay on the grind and land your dream software engineering job.
Tamanho do Arquivo 2.26 MB
Contagem de Instalações 63
Versão Atual 4.1
Última Atualização 2024-01-10
Data de Publicação 2023-12-20
Classificação 5.00/5 Total de 14 Avaliações
Desenvolvedor bora-7
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://leettab.boraakyuz.me/
URL da Página de Política de Privacidade https://boraakyuz.me/leettabprivacypolicy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LeetTab - Leetcode Dashboard",
    "description": "Have all your upcoming interviews and Leetcode stats in one place. Stay on the grind and land your dream software engineering job.",
    "version": "4.1",
    "permissions": [],
    "icons": {
        "16": ".\/favicon-16x16.png",
        "32": ".\/favicon-32x32.png",
        "192": ".\/android-chrome-192x192.png",
        "512": ".\/android-chrome-512x512.png"
    },
    "manifest_version": 3,
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}