AlgoHack

Turn any Leetcode task into the live mock interview

AlgoHack란 무엇입니까?

AlgoHack은(는) https://algohack.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Turn any Leetcode task into the live mock interview"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

AlgoHack 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Introducing AlgoHack, the ultimate AI-powered solution that now turns any Leetcode task into an algorithm interview challenge, helping you conquer algorithmic hurdles and land your dream job in tech. We understand that preparing for technical interviews is a daunting task, often fraught with challenges and time constraints. That's where AlgoHack steps in, offering more than just instant solutions.

Our easy-to-use Chrome extension not only provides rapid, AI-generated solutions to algorithm tasks in ten popular programming languages but now also includes a groundbreaking feature that transforms these tasks into real-world interview scenarios. This enhancement is designed to simulate the algorithm interview experience, equipping you with the confidence and skills needed to navigate through challenging coding interviews.                    

확장 프로그램 기본 정보

이름 AlgoHack AlgoHack
ID phmfobiigfobdagcmnebpdhfnedcaebd
공식 URL https://chromewebstore.google.com/detail/algohack/phmfobiigfobdagcmnebpdhfnedcaebd
설명 Turn any Leetcode task into the live mock interview
파일 크기 5.76 MB
설치 횟수 100
현재 버전 3.4.1
최근 업데이트 2023-12-30
출시 날짜 2023-05-04
평점 5.00/5 총 4 개의 평점
개발자 https://algohack.app
이메일 [email protected]
결제 유형 in_app
개인정보 보호 정책 페이지 URL https://www.algohack.app/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AlgoHack",
    "description": "Turn any Leetcode task into the live mock interview",
    "version": "3.4.1",
    "action": {
        "default_popup": "popup.html",
        "default_title": "AlgoHack",
        "default_icon": "brain_128x128.png"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "brain_16x16.png",
        "48": "brain_48x48.png",
        "128": "brain_128x128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "audioDetector\/wasm\/audio_wasm_internal.js",
                "contentScript.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/algohack.app\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "audioDetector\/wasm\/*",
                "audioDetector\/yamnet.tflite"
            ],
            "matches": [
                "https:\/\/leetcode.com\/*"
            ]
        }
    ]
}