ChatGPT Conversation History Search

ChatGPT Conversation History Search

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

Το ChatGPT Conversation History Search είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://windchat.link, και η κύρια λειτουργία του είναι "ChatGPT Conversation History Search".

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

screenshot
screenshot

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

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

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

                        ChatGPT History Search

- All data saved locally, your chats never leaves your device, totally privacy.

- Search in conversation titles
- Search in conversation messages
- Keyboard shortcut: cmd+J or ctrl+J                    

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

Όνομα ChatGPT Conversation History Search ChatGPT Conversation History Search
ID jhllfdbccclcdiafljibcabipbmkfoem
Επίσημο URL https://chromewebstore.google.com/detail/chatgpt-conversation-hist/jhllfdbccclcdiafljibcabipbmkfoem
Περιγραφή ChatGPT Conversation History Search
Μέγεθος Αρχείου 1.11 MB
Αριθμός Εγκαταστάσεων 131
Τρέχουσα Έκδοση 1.0.5
Τελευταία Ενημέρωση 2024-02-27
Ημερομηνία Δημοσίευσης 2024-02-19
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής https://windchat.link
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://www.windchat.link
URL της Σελίδας Πολιτικής Απορρήτου https://windchat.link/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "ChatGPT Conversation History Search",
    "version": "1.0.5",
    "description": "ChatGPT Conversation History Search",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiysGQgXeoqlkLyAPxVnq69Fbktq1M\/7d8RtwjClE15tXIdCsAmZ2Geg4Gaiexh+ZtkoEoP6zf+Wnl26y3ZdbOw6cVfp8Qtp5bdBPyET1tC\/qU5XyZ1I6ArtIkMcA0ezUwb3wph8OxvF7wVC3SR8e6l+aaIsOIwfCgBbyIx4F9pJWebL5Qq3Zq2VfhGrN5TMz1UmSWdwAi7enHUhh3M8OYuku\/WCRVRt+i9g0NjnBebiCUpNx+L9OMZyVqcvQOfVnILLo9BooiJ3DrURZVgiD99nGzXoDNRTvH1qOoqKabC+Fq5ZFAJb6\/ZiytFMRX+G6jPbUneyvIcg4L7ugB95ZnwIDAQAB",
    "oauth2": {
        "client_id": "571085149187-ua9l3bl90vb8lo68lkl9ntm9tit4hlnd.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "permissions": [
        "identity",
        "identity.email",
        "storage",
        "activeTab"
    ],
    "options_page": "src\/pages\/options\/index.html",
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "34": "icon-34.png",
        "128": "icon-128.png"
    },
    "host_permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "src\/pages\/contentInjected\/index.js"
            ],
            "css": [
                "assets\/css\/contentStyle1708685430477.chunk.css"
            ]
        },
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "src\/pages\/contentUI\/index.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "windchat.png",
                "google.svg",
                "assets\/css\/*.css",
                "icon-128.png",
                "icon-256.png",
                "icon-34.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}