ChatGPT - Chat History Search & Filter

Enhance ChatGPT with Chat History Search & Filter.

ChatGPT - Chat History Search & Filter là gì?

ChatGPT - Chat History Search & Filter là một tiện ích mở rộng Chrome được phát triển bởi Chromify AI Labs, và tính năng chính của nó là "Enhance ChatGPT with Chat History Search & Filter.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng ChatGPT - Chat History Search & Filter 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

                        ChatGPT Chat History Search & Filter is a powerful Chrome extension that empowers you to efficiently search and filter your ChatGPT conversations. Seamlessly find specific messages, topics, or participants with the integrated search field, or apply smart filters to navigate through lengthy chat histories and focus on relevant discussions. The extension intelligently highlights search results, making it simple to identify matches and apply precise filters. Stay organized and boost productivity with our user-friendly Chat History Search & Filter.                    

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

Tên ChatGPT - Chat History Search & Filter ChatGPT - Chat History Search & Filter
ID mbepapebfcfanmmjbblbcafpomegjlag
URL Chính Thức https://chromewebstore.google.com/detail/chatgpt-chat-history-sear/mbepapebfcfanmmjbblbcafpomegjlag
Mô tả Enhance ChatGPT with Chat History Search & Filter.
Kích Thước Tệp 55.33 KB
Số Lần Cài Đặt 46
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2023-09-17
Ngày Phát Hành 2023-08-06
Nhà Phát Triển Chromify AI Labs
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT - Chat History Search & Filter",
    "version": "1.1",
    "description": "Enhance ChatGPT with Chat History Search & Filter.",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/chat.openai.com\/*"
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "content.js"
            ],
            "css": [
                "css\/chat.openai.com.css"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "ChatGPT Chat Search",
        "web_accessible_resources": [
            {
                "resources": [
                    "assets\/*"
                ],
                "matches": [
                    "https:\/\/chat.openai.com\/*"
                ],
                "use_dynamic_url": true
            }
        ]
    },
    "icons": {
        "16": "assets\/favicons\/chatgpt-chat-search-favicon-16x16.png",
        "48": "assets\/favicons\/chatgpt-chat-search-favicon-48x48.png",
        "128": "assets\/favicons\/chatgpt-chat-search-favicon-128x128.png"
    }
}