ChatGPT Plus - Batch Export GPT Conversations

ChatGPT with a touch of color! Made easy adding extra features including download and share.

Τι είναι το ChatGPT Plus - Batch Export GPT Conversations;

Το ChatGPT Plus - Batch Export GPT Conversations είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Dunkum Sherwin, και η κύρια λειτουργία του είναι "ChatGPT with a touch of color! Made easy adding extra features including download and share.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης ChatGPT Plus - Batch Export GPT Conversations

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

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

                        Ready to take your ChatGPT to the next level?
ChatGPT Plus - Batch Export GPT Conversations is an amazing Chat GPT extension designed to make your GPT easier to use.

Features:
● Support for exporting and downloading GPT conversations in different file formats: PDF, DOCX, TXT, MD, and PNG
● Support for sharing your ChatGPT conversations privately with others
● Support for enhancing your ChatGPT interface
● Multi-language support

How to use:
● Install the extension
● Simply go to openai.com,you'll see the plugin on the right side of the page
● Just experience the product features

Try it to take your Chat GPT experience to the next level!

ChatGPT Plus - Batch Export GPT Conversations is an independent project and is not affiliated with or endorsed by OpenAI ChatGPT or OpenAI L.L.C.                    

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

Όνομα ChatGPT Plus - Batch Export GPT Conversations ChatGPT Plus - Batch Export GPT Conversations
ID ddihmlagdkjhjolfdjcehlphmhkpmabb
Επίσημο URL https://chromewebstore.google.com/detail/chatgpt-plus-batch-export/ddihmlagdkjhjolfdjcehlphmhkpmabb
Περιγραφή ChatGPT with a touch of color! Made easy adding extra features including download and share.
Μέγεθος Αρχείου 394 KB
Αριθμός Εγκαταστάσεων 360
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2023-04-21
Ημερομηνία Δημοσίευσης 2023-04-20
Αξιολόγηση 2.50/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής Dunkum Sherwin
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://denote.net/browser-extension-privacy-policy
Υποστηριζόμενες Γλώσσες de,en,fr,es,it,ru,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.1",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "host_permissions": [
        "https:\/\/chat.openai.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "css": [
                "styles\/global.css"
            ],
            "js": [
                "scripts\/content\/ui.js",
                "scripts\/content\/utils.js",
                "scripts\/content\/language.js",
                "scripts\/content\/share.js",
                "scripts\/content\/download.js",
                "scripts\/content\/settings.js",
                "scripts\/content\/themes.js",
                "scripts\/content\/actions.js",
                "scripts\/content\/welcome.js",
                "scripts\/content\/reviews.js",
                "scripts\/3rd-party\/globalWordsCount.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "components\/*",
                "images\/*",
                "styles\/*",
                "scripts\/content\/injected.js"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "use_dynamic_url": true
        }
    ],
    "icons": {
        "16": "images\/icons\/16.png",
        "32": "images\/icons\/32.png",
        "64": "images\/icons\/64.png",
        "96": "images\/icons\/96.png",
        "128": "images\/icons\/128.png",
        "256": "images\/icons\/256.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/icons\/16.png",
            "32": "images\/icons\/32.png",
            "64": "images\/icons\/64.png",
            "96": "images\/icons\/96.png",
            "128": "images\/icons\/128.png",
            "256": "images\/icons\/256.png"
        },
        "default-title": "ChatGPT Plus - Batch Export GPT Conversations"
    }
}