Organize ChatGPT
Organize ChatGPT - ChatGPT Chat Organizer
Organize ChatGPT란 무엇입니까?
Organize ChatGPT은(는) https://organizechatgpt.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Organize ChatGPT - ChatGPT Chat Organizer"입니다.
확장 프로그램 스크린샷
Organize ChatGPT 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
✅The BUG has been fixed, everything works again✅ ChatGPT Chat Organizer "OrganizeChatGPT" is a Chrome extension for chat.openai.com, offering key features such as: - Search: Quickly find specific conversations. - Folders: Organize chats in customizable folders. - Color-Coding: Assign colors to folders for easy identification. - 🔥 New now also place an icon or logo next to the folder to organize it even more. These features streamline the ChatGPT user experience, enhancing organization and efficiency. It enables users to organize their chat history into customizable folders for easy access and reference. The extension also includes color-coding for chats, enhancing visibility and recognition of various topics or queries. Additionally, it features a search function, allowing for quick retrieval of specific conversations. Suitable for both regular and occasional users, Organize ChatGPT streamlines the experience, saving time and increasing productivity. 🔥 https://www.buymeacoffee.com/organizechatgpt 🔥 Update: 11-12-2023: now also place an icon or logo next to the folder to organize it even more. 14 - 12 - 2023: + Button Green, easier to see and therefore clearer 24-02-204: menu is no longer transparent and scrollbar 28-02-2024: Menu bigger
확장 프로그램 기본 정보
이름 | Organize ChatGPT |
ID | jijhgfapogfphcccjlpoiphpjgedblpo |
공식 URL | https://chromewebstore.google.com/detail/organize-chatgpt/jijhgfapogfphcccjlpoiphpjgedblpo |
설명 | Organize ChatGPT - ChatGPT Chat Organizer |
파일 크기 | 89.67 KB |
설치 횟수 | 486 |
현재 버전 | 4.2 |
최근 업데이트 | 2024-02-29 |
출시 날짜 | 2023-12-07 |
평점 | 4.93/5 총 15 개의 평점 |
개발자 | https://organizechatgpt.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://organizechatgpt.com/ |
도움말 페이지 URL | http://organizechatgpt.com/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Organize ChatGPT", "version": "4.2", "description": "Organize ChatGPT - ChatGPT Chat Organizer", "permissions": [ "storage", "webRequest" ], "host_permissions": [ "https:\/\/chat.openai.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "js": [ "global.js", "jquery.min.js", "arrive.min.js", "jquery.minicolors.js", "content.js" ], "css": [ "style.css", "jquery.minicolors.css" ] } ], "background": { "service_worker": "background.js" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |