ChatGPT Chat Organizer - Folders

A tool to organize your ChatGPT chats into folders

ChatGPT Chat Organizer - Folders là gì?

ChatGPT Chat Organizer - Folders là một tiện ích mở rộng Chrome được phát triển bởi gptinteractivehub, và tính năng chính của nó là "A tool to organize your ChatGPT chats into folders".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ChatGPT Chat Organizer - Folders

Tải xuống các tệp mở rộng ChatGPT Chat Organizer - Folders dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Tired of mindlessly scrolling through messy ChatGPT conversations to find the one you are looking for? 

ChatGPT Chat Organizer is here to help. Our Chrome extension lets you organize your ChatGPT chats into folders based on topic, making it easier than ever to find the chat you need.

With ChatGPT Chat Organizer, you can create as many folders as you need, and add chats to them with just a few clicks. Whether you want to create folders for work, hobbies, or just personal interests, our extension makes it easy to keep your chats organized and streamlined.

Not only does this extension make it easier to find your chats, but it also saves you time. No more scrolling endlessly through your chat list or searching for a specific conversation. With our extension, you can access the chat you need with just a couple of clicks.

INSTRUCTIONS:

Once you have installed the extension, you will notice a plus button beside the chat window that you are currently in. Simply press it to add that chat to an existing folder or create a new folder.

NOTE: when you delete chats from the ChatGPT Chat Organizer extension, they will not be deleted from the ChatGPT platform itself.

UPDATE:
2nd December 2023: Fixed the add-on successfully after ChatGPT changed its layout and features.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ChatGPT Chat Organizer - Folders ChatGPT Chat Organizer - Folders
ID eaoimfbcncfnjkojlfjinakmflglmegk
URL Chính Thức https://chromewebstore.google.com/detail/chatgpt-chat-organizer-fo/eaoimfbcncfnjkojlfjinakmflglmegk
Mô tả A tool to organize your ChatGPT chats into folders
Kích Thước Tệp 61.58 KB
Số Lần Cài Đặt 11,953
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2024-02-05
Ngày Phát Hành 2023-05-07
Đánh Giá 4.03/5 Tổng số 196 Đánh Giá
Nhà Phát Triển gptinteractivehub
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.chatgptgroupgenius.com/
URL Trang Chính Sách Bảo Mật https://docs.google.com/document/d/1YeHlhJsmuYkMtPr7heeYtwIKkuTdxh15ZCNCQtObEgA/edit?usp=sharing
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Chat Organizer - Folders",
    "version": "2.0",
    "description": "A tool to organize your ChatGPT chats into folders",
    "permissions": [
        "storage",
        "webRequest"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo.png"
    }
}