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.
Cos'è LeetTab - Leetcode Dashboard?
LeetTab - Leetcode Dashboard è un'estensione di Chrome sviluppata da bora-7, e la sua funzione principale è "Have all your upcoming interviews and Leetcode stats in one place. Stay on the grind and land your dream software engineering job.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione LeetTab - Leetcode Dashboard
Scarica i file di estensione LeetTab - Leetcode Dashboard in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | jmpkpppaflhbbghfbdbcabgjkfmemklo |
| URL Ufficiale | https://chromewebstore.google.com/detail/leettab-leetcode-dashboar/jmpkpppaflhbbghfbdbcabgjkfmemklo |
| Descrizione | Have all your upcoming interviews and Leetcode stats in one place. Stay on the grind and land your dream software engineering job. |
| Dimensione del File | 2.26 MB |
| Conteggio Installazioni | 63 |
| Versione Corrente | 4.1 |
| Ultimo Aggiornamento | 2024-01-10 |
| Data di Pubblicazione | 2023-12-20 |
| Valutazione | 5.00/5 Totale 14 Valutazioni |
| Sviluppatore | bora-7 |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://leettab.boraakyuz.me/ |
| URL della Pagina della Politica sulla Privacy | https://boraakyuz.me/leettabprivacypolicy |
| Lingue Supportate | 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'"
}
} | |