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.
What is LeetTab - Leetcode Dashboard?
LeetTab - Leetcode Dashboard is a Chrome extension developed by bora-7, and its main feature is "Have all your upcoming interviews and Leetcode stats in one place. Stay on the grind and land your dream software engineering job.".
Extension Screenshots
Download LeetTab - Leetcode Dashboard Extension CRX File
Download LeetTab - Leetcode Dashboard extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | LeetTab - Leetcode Dashboard |
ID | jmpkpppaflhbbghfbdbcabgjkfmemklo |
Official URL | https://chromewebstore.google.com/detail/leettab-leetcode-dashboar/jmpkpppaflhbbghfbdbcabgjkfmemklo |
Description | Have all your upcoming interviews and Leetcode stats in one place. Stay on the grind and land your dream software engineering job. |
File Size | 2.26 MB |
Installation Count | 63 |
Current Version | 4.1 |
Last Updated | 2024-01-10 |
Publish Date | 2023-12-20 |
Rating | 5.00/5 Total 14 Ratings |
Developer | bora-7 |
[email protected] | |
Payment Type | free |
Extension Website | https://leettab.boraakyuz.me/ |
Privacy Policy Page URL | https://boraakyuz.me/leettabprivacypolicy |
Supported Languages | 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'" } } |