EasyInterview: ChatGPT for Google Meet
EasyInterview will help you pass the interview and answer any questions.
EasyInterview: ChatGPT for Google Meet란 무엇입니까?
EasyInterview: ChatGPT for Google Meet은(는) https://easyinterview.site에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "EasyInterview will help you pass the interview and answer any questions."입니다.
확장 프로그램 스크린샷
EasyInterview: ChatGPT for Google Meet 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
EasyInterview will help you pass the interview and answer any questions. ChatGPT in your Meet.
확장 프로그램 기본 정보
이름 | EasyInterview: ChatGPT for Google Meet |
ID | aljdeefkkcmonpckopdbbkbimeaflmhl |
공식 URL | https://chromewebstore.google.com/detail/easyinterview-chatgpt-for/aljdeefkkcmonpckopdbbkbimeaflmhl |
설명 | EasyInterview will help you pass the interview and answer any questions. |
파일 크기 | 73.98 KB |
설치 횟수 | 24 |
현재 버전 | 1.2.0 |
최근 업데이트 | 2023-06-14 |
출시 날짜 | 2023-05-09 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | https://easyinterview.site |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://easyinterview.site/ |
개인정보 보호 정책 페이지 URL | https://easyinterview.site/privacy-policy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "EasyInterview: ChatGPT for Google Meet", "description": "EasyInterview will help you pass the interview and answer any questions.", "version": "1.2.0", "author": "[email protected]", "manifest_version": 3, "action": { "default_icon": { "16": "icon.png", "24": "icon.png", "32": "icon.png", "48": "icon.png", "128": "128.png" } }, "options_page": "popup.html", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*" ], "js": [ "content.js" ], "css": [ "select2.min.css", "style.css" ] } ], "host_permissions": [ "https:\/\/easyinterview.site\/*" ], "permissions": [ "storage", "tabs" ], "icons": { "16": "icon.png", "32": "icon.png", "64": "icon.png", "128": "128.png" } } |