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.

Τι είναι το LeetTab - Leetcode Dashboard;

Το LeetTab - Leetcode Dashboard είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον bora-7, και η κύρια λειτουργία του είναι "Have all your upcoming interviews and Leetcode stats in one place. Stay on the grind and land your dream software engineering job.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης LeetTab - Leetcode Dashboard

Λήψη αρχείων επέκτασης LeetTab - Leetcode Dashboard σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα LeetTab - Leetcode Dashboard LeetTab - Leetcode Dashboard
ID jmpkpppaflhbbghfbdbcabgjkfmemklo
Επίσημο URL https://chromewebstore.google.com/detail/leettab-leetcode-dashboar/jmpkpppaflhbbghfbdbcabgjkfmemklo
Περιγραφή Have all your upcoming interviews and Leetcode stats in one place. Stay on the grind and land your dream software engineering job.
Μέγεθος Αρχείου 2.26 MB
Αριθμός Εγκαταστάσεων 63
Τρέχουσα Έκδοση 4.1
Τελευταία Ενημέρωση 2024-01-10
Ημερομηνία Δημοσίευσης 2023-12-20
Αξιολόγηση 5.00/5 Συνολικά 14 Αξιολογήσεις
Προγραμματιστής bora-7
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://leettab.boraakyuz.me/
URL της Σελίδας Πολιτικής Απορρήτου https://boraakyuz.me/leettabprivacypolicy
Υποστηριζόμενες Γλώσσες 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'"
    }
}