Yooz - Free ChatGPT Writer
Use ChatGPT while browsing the web
Yooz - Free ChatGPT Writer란 무엇입니까?
Yooz - Free ChatGPT Writer은(는) https://yooz.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use ChatGPT while browsing the web"입니다.
확장 프로그램 스크린샷
Yooz - Free ChatGPT Writer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Introducing ChatGPT Copilot from Yooz, your FREE personal AI assistant! With Yooz ChatGPT Copilot, you can effortlessly write messages and replies, create engaging content, and improve your productivity like never before. ⭐ The main features of ChatGPT Copilot: ✔️ Ask AI to write content without leaving the website (works on all sites). ✔️ Select text and summarize, explain, translate… with the most powerful AI engine. ✔️ Integrated Yooz buttons for LinkedIn, Gmail, Outlook and Slack to automatically detect context. and write messages, posts, and comments... ✔️ Enhanced for Github to review code changes in commit files. ✔️ All languages are supported here, so feel free to write in whichever one you prefer. ⭐ Usage guide: ➡️ Log in to https://chat.openai.com once, and then use the extension everywhere. ➡️ If you encounter an error, try reopening chat.openai.com. The service may be in high demand. ➡️ You can also use your own OpenAI API key for more custom and stable usage ➡️ Out-of-the-box support is available for ChatGPT Plus & ChatGPT-4, Yooz will detect automatically if you have ChatGPT Plus subscription and use the configured model Our extension is constantly being improved 🚀. If you encounter any issues, please do not hesitate to contact us.
확장 프로그램 기본 정보
이름 | Yooz - Free ChatGPT Writer |
ID | hhijegfgodpbaaalajoknihbgakjgdob |
공식 URL | https://chromewebstore.google.com/detail/yooz-free-chatgpt-writer/hhijegfgodpbaaalajoknihbgakjgdob |
설명 | Use ChatGPT while browsing the web |
파일 크기 | 222 KB |
설치 횟수 | 257 |
현재 버전 | 1.23.3 |
최근 업데이트 | 2024-03-04 |
출시 날짜 | 2023-03-27 |
평점 | 5.00/5 총 21 개의 평점 |
개발자 | https://yooz.ai |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://yooz.ai |
개인정보 보호 정책 페이지 URL | https://yooz.ai/privacy |
지원되는 언어 | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.23.3", "manifest_version": 3, "icons": { "16": "logo.png", "32": "logo.png", "48": "logo.png", "128": "logo.png" }, "host_permissions": [ "https:\/\/*.openai.com\/" ], "permissions": [ "storage", "contextMenus" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "content_scripts": [ { "matches": [ " |