Organize ChatGPT

Organize ChatGPT - ChatGPT Chat Organizer

O que é Organize ChatGPT?

Organize ChatGPT é uma extensão do Chrome desenvolvida por https://organizechatgpt.com, e sua principal característica é "Organize ChatGPT - ChatGPT Chat Organizer".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Organize ChatGPT

Baixe arquivos de extensão Organize ChatGPT no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        ✅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                    

Informações Básicas da Extensão

Nome Organize ChatGPT Organize ChatGPT
ID jijhgfapogfphcccjlpoiphpjgedblpo
URL Oficial https://chromewebstore.google.com/detail/organize-chatgpt/jijhgfapogfphcccjlpoiphpjgedblpo
Descrição Organize ChatGPT - ChatGPT Chat Organizer
Tamanho do Arquivo 89.67 KB
Contagem de Instalações 486
Versão Atual 4.2
Última Atualização 2024-02-29
Data de Publicação 2023-12-07
Classificação 4.93/5 Total de 15 Avaliações
Desenvolvedor https://organizechatgpt.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://organizechatgpt.com/
URL da Página de Ajuda http://organizechatgpt.com/
Idiomas Suportados 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"
    }
}