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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } } |