ChatGPT - Chat History Search & Filter
Enhance ChatGPT with Chat History Search & Filter.
ChatGPT - Chat History Search & Filterคืออะไร?
ChatGPT - Chat History Search & Filter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Chromify AI Labs และคุณลักษณะหลักของมันคือ "Enhance ChatGPT with Chat History Search & Filter."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ChatGPT - Chat History Search & Filter
ดาวน์โหลดไฟล์ส่วนขยาย ChatGPT - Chat History Search & Filter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ChatGPT - Chat History Search & Filter |
ID | mbepapebfcfanmmjbblbcafpomegjlag |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/chatgpt-chat-history-sear/mbepapebfcfanmmjbblbcafpomegjlag |
คำอธิบาย | Enhance ChatGPT with Chat History Search & Filter. |
ขนาดไฟล์ | 55.33 KB |
จำนวนการติดตั้ง | 46 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2023-09-17 |
วันที่เผยแพร่ | 2023-08-06 |
ผู้พัฒนา | Chromify AI Labs |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" } } |