ChatGPT - Chat History Search & Filter
Enhance ChatGPT with Chat History Search & Filter.
O que é ChatGPT - Chat History Search & Filter?
ChatGPT - Chat History Search & Filter é uma extensão do Chrome desenvolvida por Chromify AI Labs, e sua principal característica é "Enhance ChatGPT with Chat History Search & Filter.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ChatGPT - Chat History Search & Filter
Baixe arquivos de extensão ChatGPT - Chat History Search & Filter 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
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.
Informações Básicas da Extensão
Nome | ChatGPT - Chat History Search & Filter |
ID | mbepapebfcfanmmjbblbcafpomegjlag |
URL Oficial | https://chromewebstore.google.com/detail/chatgpt-chat-history-sear/mbepapebfcfanmmjbblbcafpomegjlag |
Descrição | Enhance ChatGPT with Chat History Search & Filter. |
Tamanho do Arquivo | 55.33 KB |
Contagem de Instalações | 46 |
Versão Atual | 1.1 |
Última Atualização | 2023-09-17 |
Data de Publicação | 2023-08-06 |
Desenvolvedor | Chromify AI Labs |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |