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.

Hvad er LeetTab - Leetcode Dashboard?

LeetTab - Leetcode Dashboard er en Chrome-udvidelse udviklet af bora-7, og dens hovedfunktion er "Have all your upcoming interviews and Leetcode stats in one place. Stay on the grind and land your dream software engineering job.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download LeetTab - Leetcode Dashboard-udvidelses-CRX-fil

Download LeetTab - Leetcode Dashboard-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn LeetTab - Leetcode Dashboard LeetTab - Leetcode Dashboard
ID jmpkpppaflhbbghfbdbcabgjkfmemklo
Officiel URL https://chromewebstore.google.com/detail/leettab-leetcode-dashboar/jmpkpppaflhbbghfbdbcabgjkfmemklo
Beskrivelse Have all your upcoming interviews and Leetcode stats in one place. Stay on the grind and land your dream software engineering job.
Filstørrelse 2.26 MB
Antal Installationer 63
Nuværende Version 4.1
Senest Opdateret 2024-01-10
Udgivelsesdato 2023-12-20
Bedømmelse 5.00/5 Samlet 14 Bedømmelser
Udvikler bora-7
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://leettab.boraakyuz.me/
URL til Fortrolighedspolitik Side https://boraakyuz.me/leettabprivacypolicy
Understøttede Sprog 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'"
    }
}