Echoes - ChatGPT Conversation History Search

Search and manage your ChatGPT conversation history

Τι είναι το Echoes - ChatGPT Conversation History Search;

Το Echoes - ChatGPT Conversation History Search είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://echoes.r2bits.com, και η κύρια λειτουργία του είναι "Search and manage your ChatGPT conversation history".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Echoes - ChatGPT Conversation History Search

Λήψη αρχείων επέκτασης Echoes - ChatGPT Conversation History Search σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Introducing Echoes - Conversation History Search extension, designed to elevate your ChatGPT experience. This extension offers a powerful suite of management tools for your conversation history, combining ease of use with comprehensive functionality. Navigate, organize, and revisit your past interactions effortlessly, thanks to an intuitive interface and seamless integration.

Key Features:

🔍 Advanced Search: Dive deep into your conversations with powerful search capabilities that allow you to find exactly what you need, whether it's within titles or the content of your chats.
🧭 Effortless Navigation: Move through your conversation history with ease, finding and highlighting keywords within each conversation.
✏️ Edit and Delete Conversations: Take control of your chat history with the ability to edit or remove conversations directly from the extension.
⭐ Favorites Management: Keep important conversations close at hand by marking them as favorites for quick access.
⏲️ Time-Based Filters: Streamline your search with filters that allow you to view conversations from specific time frames, including today, yesterday, last week, and more.
🔗 Integrated Search Experience: Experience a unified search interface that combines search capabilities, filters, and favorites for a tailored browsing experience.
📄 Conversation Summarization: Quickly grasp the essence of each conversation with summaries generated using your OpenAI API key.
🔐 Local Data Processing: Your Privacy, Our Priority: All conversation data is processed and stored directly in your browser, ensuring your privacy is safeguarded. This local processing means your data stays on your device, under your control, and secure from external access.
🛡️ GDPR Compliant: We adhere to the highest standards of data protection and privacy as required by GDPR, ensuring your information is handled with care and respect.
Seamless Integration & User-Friendly Interface:

The Echoes extension integrates smoothly with your ChatGPT platform, enhancing your experience without interruptions. Navigate through your conversation history with ease, thanks to our intuitive design.

Data Privacy and Security:

With GDPR compliance and local data processing, we ensure your search queries and conversation history are managed securely. All information is processed locally on your device, maximizing privacy and security.

Regular Updates and Support:

Stay up to date with the latest features and improvements. Our commitment to continuous enhancement and dedicated support ensures a superior user experience.

Join Our Community:

Engage with fellow Echoes users, share experiences, and stay informed about the latest updates. Join our Discord Server at https://discord.gg/NKcpwYrz8W.

Discover the convenience and security of managing your ChatGPT interactions with the Echoes - Conversation History Search extension. Install today and take the first step towards a more organized, efficient, and protected chat experience.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Echoes - ChatGPT Conversation History Search Echoes - ChatGPT Conversation History Search
ID ppnfnillfndkellpbphafglnljdefjph
Επίσημο URL https://chromewebstore.google.com/detail/echoes-chatgpt-conversati/ppnfnillfndkellpbphafglnljdefjph
Περιγραφή Search and manage your ChatGPT conversation history
Μέγεθος Αρχείου 1.02 MB
Αριθμός Εγκαταστάσεων 10,000
Τρέχουσα Έκδοση 3.0.1
Τελευταία Ενημέρωση 2024-02-28
Ημερομηνία Δημοσίευσης 2023-03-27
Αξιολόγηση 3.80/5 Συνολικά 112 Αξιολογήσεις
Προγραμματιστής https://echoes.r2bits.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://echoes.r2bits.com
Διεύθυνση URL της Σελίδας Βοήθειας https://echoes.r2bits.com
URL της Σελίδας Πολιτικής Απορρήτου https://www.freeprivacypolicy.com/live/24c61863-ffb9-4ffd-a893-5c1fb7c4e5cd
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.eb247480.png",
        "32": "icon32.plasmo.3bf0e14d.png",
        "48": "icon48.plasmo.fb58a203.png",
        "64": "icon64.plasmo.8e9bab2d.png",
        "128": "icon128.plasmo.469664bc.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.eb247480.png",
            "32": "icon32.plasmo.3bf0e14d.png",
            "48": "icon48.plasmo.fb58a203.png",
            "64": "icon64.plasmo.8e9bab2d.png",
            "128": "icon128.plasmo.469664bc.png"
        },
        "default_popup": "popup.html"
    },
    "version": "3.0.1",
    "author": "R2bits",
    "name": "Echoes - ChatGPT Conversation History Search",
    "description": "Search and manage your ChatGPT conversation history",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "permissions": [
        "activeTab",
        "storage",
        "webRequest"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "highlightKeyword.3c0af9c5.js"
            ],
            "all_frames": true,
            "css": []
        }
    ],
    "homepage_url": "https:\/\/echoes.r2bits.com",
    "host_permissions": [
        "https:\/\/chat.openai.com\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "resources": [
                "highlightKeyword.1ee11ee2.css"
            ]
        }
    ]
}