Save ChatGPT Conversation

a chatgpt extension to save conversation

Τι είναι το Save ChatGPT Conversation;

Το Save ChatGPT Conversation είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον chokingwin, και η κύρια λειτουργία του είναι "a chatgpt extension to save conversation".

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

screenshot

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

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

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

                        Save ChatGPT Conversation is designed to help users save their conversations with ChatGPT. It makes it easy to save all your conversations with ChatGPT so you can review or share them later.

When users use our plugin to save their ChatGPT conversation records, they will have the following functions:

1. Copy to Clipboard: Users can copy the conversation record to the clipboard and then paste it into any required location, such as a text editor, email, or instant message.

2. Download as Images: Users can export the conversation record as an image and save it to their local device or upload it to a cloud storage service. This feature is ideal for users who need to share their conversation records, such as educators, customer support personnel, or social media users.

3. Export to PDF: Users can export the conversation record as a PDF file and save it to their local device or upload it to a cloud storage service. This feature is ideal for users who need to save conversation records for a long time, such as legal professionals, healthcare professionals, or researchers.

In summary, our plugin provides users with flexible ways to conveniently save their ChatGPT conversation records and share or store them according to their needs.

We are committed to ensuring user privacy and security, so all conversation records are saved on the user's local device and not uploaded to any servers. In addition, our plugin uses encryption technology to protect the security of conversation records.                    

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

Όνομα Save ChatGPT Conversation Save ChatGPT Conversation
ID bpmjglijpclggdnlpdbpglnadibmlaek
Επίσημο URL https://chromewebstore.google.com/detail/save-chatgpt-conversation/bpmjglijpclggdnlpdbpglnadibmlaek
Περιγραφή a chatgpt extension to save conversation
Μέγεθος Αρχείου 179 KB
Αριθμός Εγκαταστάσεων 476
Τρέχουσα Έκδοση 1.3.0
Τελευταία Ενημέρωση 2023-06-19
Ημερομηνία Δημοσίευσης 2023-04-30
Αξιολόγηση 3.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής chokingwin
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.gptaha.co
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Save ChatGPT Conversation",
    "version": "1.3.0",
    "description": "a chatgpt extension to save conversation",
    "icons": {
        "16": "images\/icon.png",
        "32": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/chat.openai.com\/*",
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "js\/html2canvas.min.js",
                "js\/jspdf.min.js"
            ]
        }
    ],
    "host_permissions": [
        "http:\/\/chat.openai.com\/*",
        "https:\/\/chat.openai.com\/*"
    ],
    "permissions": [
        "scripting",
        "activeTab",
        "storage"
    ]
}