CrackTech-LeetCode Company Tag, DSA Prep

An extension that can help candidate to prepare for a Company specific DSA interview.

CrackTech-LeetCode Company Tag, DSA Prep là gì?

CrackTech-LeetCode Company Tag, DSA Prep là một tiện ích mở rộng Chrome được phát triển bởi Avik Sarkar, và tính năng chính của nó là "An extension that can help candidate to prepare for a Company specific DSA interview.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng CrackTech-LeetCode Company Tag, DSA Prep

Tải xuống các tệp mở rộng CrackTech-LeetCode Company Tag, DSA Prep dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        - Latest Version: 2.0.0 [31/12/2023]

[v2.0.0]
- Prepare with Popular SDE Sheet.
- Progress tracking window for each sheet.
- Summarized progress tracking status.
- Reset progress for the currently selected sheet and all available sheets.
- Notices on top of the page.
- Change the appearance of the DSA preparation section and the Contest viewing section.

[v1.0.8]
- (✯) Notation for recently asked questions reflected in the following page
         - Extension pop up window
         - All Company page
- A public All Company information page has been published at https://ssavi-ict.github.io/LeetCode-Which-Company/
- A workaround All Company web link is added to the extension PopUP for those who are not able to see the company information for some reason.

[v1.0.7]
- Next To Solve suggestions for [Easy], [Medium], [Hard] category unsolved problems.
- User Solving Summary categorized in difficulty level.
- Solving percentage of [Easy], [Medium], [Hard] category problems shown in a PIE CHART.
- Quick access panel added on Company Information and User Stats Analysis page.

Are you preparing for your technical interviews? Are you looking for the question asked by companies like Microsoft, Google, Meta, Apple etc.? Then this extension gives you what you are looking for.

This extension is my effort to make your preparation one step better. If you are solving problems on leetcode and you do not have premium account to see company information then I am definite that this extension will give you the same experience to some extent. You can prepare for you dream companies and sharpen your DSA skill accordingly.

However, since I am continuously updating company information solely, you might not get company information for every single company like you can find in leetcode premium. I collect company information from different source of the internet and update in my database. So in some cases, you might get some more company information than Leetcode provides.

Now what are you waiting for? Install this add on and boost your prep up.

[v1.0.5]
- Improved User Interface.
- Extension name updated to CrackTech - Get LeetCode Company Tags from LeetCode Which Company
- Updated position of Contribute button.
- Complete List button updated to [All Company] button.
- Updated position of All Company button.
- Added Feedback form for collecting suggestions.
- Added Buy Me A Coffee button for sponsoring.
- Updated unnecessary gifs.
- Minor bug fixed.

[v1.0.6]
- Contest notification twice a day everyday.
- User can turn on or off notification.
- A contest details page including date, time, duration and link to the contest.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CrackTech-LeetCode Company Tag, DSA Prep CrackTech-LeetCode Company Tag, DSA Prep
ID fmbicfmfmangckllfaomfkhdankgapfk
URL Chính Thức https://chromewebstore.google.com/detail/cracktech-leetcode-compan/fmbicfmfmangckllfaomfkhdankgapfk
Mô tả An extension that can help candidate to prepare for a Company specific DSA interview.
Kích Thước Tệp 487 KB
Số Lần Cài Đặt 5,049
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2023-12-31
Ngày Phát Hành 2023-05-10
Đánh Giá 3.33/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Avik Sarkar
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://sites.google.com/view/iamavik/leetcode-which-company-a-company-names-retrieval-extension
URL Trang Trợ Giúp https://sites.google.com/view/iamavik/ask-for-modifications
URL Trang Chính Sách Bảo Mật https://github.com/ssavi-ict/LeetCode-Which-Company/blob/main/PRIVACY%20POLICY.md
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CrackTech-LeetCode Company Tag, DSA Prep",
    "version": "2.0.0",
    "homepage_url": "https:\/\/github.com\/ssavi-ict\/LeetCode-Which-Company",
    "description": "An extension that can help candidate to prepare for a Company specific DSA interview.",
    "manifest_version": 3,
    "author": "Avik Sarkar",
    "action": {
        "default_popup": "popup.html",
        "default_title": "CrackTech-LeetCode Company Tag, DSA Prep"
    },
    "icons": {
        "32": "res\/32.png",
        "16": "res\/16.png",
        "48": "res\/48.png",
        "128": "res\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "notifications",
        "alarms",
        "storage",
        "activeTab"
    ],
    "host_permissions": [
        "",
        "https:\/\/leetcode.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/leetcode.com\/"
            ],
            "js": [
                "script\/analyze_profile.js",
                "script\/sde_sheet_script.js"
            ],
            "resources": [
                "ext_data\/sheets.json"
            ]
        }
    ]
}