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.

Was ist LeetTab - Leetcode Dashboard?

LeetTab - Leetcode Dashboard ist eine Chrome-Erweiterung, die von bora-7 entwickelt wurde, und ihr Hauptmerkmal ist "Have all your upcoming interviews and Leetcode stats in one place. Stay on the grind and land your dream software engineering job.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

LeetTab - Leetcode Dashboard-Erweiterungs-CRX-Datei herunterladen

Laden Sie LeetTab - Leetcode Dashboard-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name LeetTab - Leetcode Dashboard LeetTab - Leetcode Dashboard
ID jmpkpppaflhbbghfbdbcabgjkfmemklo
Offizielle URL https://chromewebstore.google.com/detail/leettab-leetcode-dashboar/jmpkpppaflhbbghfbdbcabgjkfmemklo
Beschreibung Have all your upcoming interviews and Leetcode stats in one place. Stay on the grind and land your dream software engineering job.
Dateigröße 2.26 MB
Installationsanzahl 63
Aktuelle Version 4.1
Letztes Update 2024-01-10
Veröffentlichungsdatum 2023-12-20
Bewertung 5.00/5 Insgesamt 14 Bewertungen
Entwickler bora-7
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://leettab.boraakyuz.me/
URL der Datenschutzrichtlinien-Seite https://boraakyuz.me/leettabprivacypolicy
Unterstützte Sprachen 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'"
    }
}