Regis AI: Coding Interviews Assistant

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

O que é Regis AI: Coding Interviews Assistant?

Regis AI: Coding Interviews Assistant é uma extensão do Chrome desenvolvida por https://destilabs.com, e sua principal característica é "Coding interview assistant that helps you prepare for your next interview.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Regis AI: Coding Interviews Assistant

Baixe arquivos de extensão Regis AI: Coding Interviews Assistant no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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! 👍                    

Informações Básicas da Extensão

Nome Regis AI: Coding Interviews Assistant Regis AI: Coding Interviews Assistant
ID lmmpjdfangjdaligcohaohlbpfaookpc
URL Oficial https://chromewebstore.google.com/detail/regis-ai-coding-interview/lmmpjdfangjdaligcohaohlbpfaookpc
Descrição Coding interview assistant that helps you prepare for your next interview.
Tamanho do Arquivo 160 KB
Contagem de Instalações 158
Versão Atual 1.3.2
Última Atualização 2023-04-03
Data de Publicação 2023-02-20
Desenvolvedor https://destilabs.com
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://www.patreon.com/iamregis
URL da Página de Política de Privacidade https://www.termsfeed.com/live/66be3bad-c4df-4416-90e9-73d9a76008a4
Idiomas Suportados 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"
    }
}