AlgoHack
Turn any Leetcode task into the live mock interview
ما هو AlgoHack؟
AlgoHack هو إضافة Chrome تم تطويرها بواسطة https://algohack.app، والميزة الرئيسية لها هي "Turn any Leetcode task into the live mock interview".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة AlgoHack
قم بتنزيل ملفات الامتداد AlgoHack بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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 |
عنوان صفحة سياسة الخصوصية | 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": [ " |