AlgoHack
Turn any Leetcode task into the live mock interview
AlgoHack क्या है?
AlgoHack https://algohack.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Turn any Leetcode task into the live mock interview"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AlgoHack एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
गोपनीयता नीति पृष्ठ 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": [ " |