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.

Apa itu LeetTab - Leetcode Dashboard?

LeetTab - Leetcode Dashboard adalah ekstensi Chrome yang dikembangkan oleh bora-7, dan fitur utamanya adalah "Have all your upcoming interviews and Leetcode stats in one place. Stay on the grind and land your dream software engineering job.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi LeetTab - Leetcode Dashboard

Unduh file ekstensi LeetTab - Leetcode Dashboard dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama LeetTab - Leetcode Dashboard LeetTab - Leetcode Dashboard
ID jmpkpppaflhbbghfbdbcabgjkfmemklo
URL Resmi https://chromewebstore.google.com/detail/leettab-leetcode-dashboar/jmpkpppaflhbbghfbdbcabgjkfmemklo
Deskripsi Have all your upcoming interviews and Leetcode stats in one place. Stay on the grind and land your dream software engineering job.
Ukuran File 2.26 MB
Jumlah Instalasi 63
Versi Saat Ini 4.1
Terakhir Diperbarui 2024-01-10
Tanggal Publikasi 2023-12-20
Penilaian 5.00/5 Total 14 Penilaian
Pengembang bora-7
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://leettab.boraakyuz.me/
URL Halaman Kebijakan Privasi https://boraakyuz.me/leettabprivacypolicy
Bahasa yang Didukung 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'"
    }
}