ChatGPT - Chat History Search & Filter
Enhance ChatGPT with Chat History Search & Filter.
ChatGPT - Chat History Search & Filter क्या है?
ChatGPT - Chat History Search & Filter Chromify AI Labs द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhance ChatGPT with Chat History Search & Filter."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ChatGPT - Chat History Search & Filter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |