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によって開発されたChromeの拡張機能で、その主な機能は「Coding interview assistant that helps you prepare for your next interview.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Regis AI: Coding Interviews Assistant拡張機能のCRXファイルをダウンロード

Regis AI: Coding Interviews Assistant拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}