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.”。
扩展截图
下载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 |
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" } } |