Regis AI: Coding Interviews Assistant

Coding interview assistant that helps you prepare for your next interview.

Regis AI: Coding Interviews Assistant क्या है?

Regis AI: Coding Interviews Assistant https://destilabs.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Coding interview assistant that helps you prepare for your next interview."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Regis AI: Coding Interviews Assistant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Introducing Regis, your very own interview assistant! 🤖

Regis is a powerful Chrome extension designed to help you with coding interview preparation. 

Right now, Regis can help you with the following:
✔️Solving LeetCode and HackerRank coding tasks;
✔️Setup reminders for LeetCode tasks;
✔️Practice online interviews with AI;

In the nearest future, we'll develop other features like:
⭐ Voice-to-code feature that allows translating the verbal description into explained code;
⭐ Accountability buddies and social networking;
⭐ Faster runtime for your solution;

We'll distribute early access to our patrons:
https://www.patreon.com/iamregis

So what are you waiting for? Add Regis to your Chrome browser today and experience the power of the latest language models and automation technologies. You won't be disappointed! 👍                    

एक्सटेंशन की मूल जानकारी

नाम Regis AI: Coding Interviews Assistant Regis AI: Coding Interviews Assistant
ID lmmpjdfangjdaligcohaohlbpfaookpc
आधिकारिक URL https://chromewebstore.google.com/detail/regis-ai-coding-interview/lmmpjdfangjdaligcohaohlbpfaookpc
विवरण Coding interview assistant that helps you prepare for your next interview.
फ़ाइल का आकार 160 KB
स्थापना संख्या 158
वर्तमान संस्करण 1.3.2
अंतिम अपडेट 2023-04-03
प्रकाशन तिथि 2023-02-20
डेवलपर https://destilabs.com
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://www.patreon.com/iamregis
गोपनीयता नीति पृष्ठ URL https://www.termsfeed.com/live/66be3bad-c4df-4416-90e9-73d9a76008a4
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Regis AI: Coding Interviews Assistant",
    "description": "Coding interview assistant that helps you prepare for your next interview.",
    "version": "1.3.2",
    "icons": {
        "16": "images\/letter-r (1).png",
        "32": "images\/letter-r (2).png",
        "128": "images\/letter-r (3).png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "https:\/\/destilabs-regis.azurewebsites.net\/",
        "https:\/\/leetcode.com\/problems\/*",
        "http:\/\/leetcode.com\/problems\/*"
    ],
    "permissions": [
        "identity",
        "identity.email",
        "contextMenus",
        "scripting",
        "activeTab",
        "storage"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    }
}