GPTEnhancer

Provides you the feature to upload files to ChatGPT and make it more user specific

Τι είναι το GPTEnhancer;

Το GPTEnhancer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον gptenhancer.team, και η κύρια λειτουργία του είναι "Provides you the feature to upload files to ChatGPT and make it more user specific".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        UPDATE: 
 1. New UI
 2. Now users can provide 100 word long custom prompt which can be written in the text box before submitting a file.

-----------------------
Boost your interaction with ChatGPT using GPT-Enhancer, the ultimate companion extension designed to enhance your AI conversation journey. With GPT-Enhancer, you can seamlessly integrate any file type into your ChatGPT context/history, empowering the AI model to provide more accurate and contextually aware responses.

Perfect for developers, our extension has the ability to read programming files, providing assistance in debugging, test writing, and more. But GPT-Enhancer isn't just for coders - it's for anyone looking to elevate their ChatGPT experience.

The best part? We're just getting started. GPT-Enhancer is committed to continuous improvement, with an exciting roadmap of features set to roll out. On the horizon, you can look forward to Smart Highlighting for key information, Conversation Summaries for quick recaps, and Chat Bookmarking for easy referencing.

Your input matters to us. We welcome feature requests and feedback to help shape the future development of GPT-Enhancer.

Experience the future of AI conversations with GPT-Enhancer. Download today.

---------------------
Available file extensions: .txt, .js, .py, .html, .css, .json,.csv, .pdf, .png, .jpeg, .jpg

---------------------
Please follow the steps below to upload a file:

1. Click the "Submit" button to initiate the file upload process.

2. Specify the desired delay between chunks in seconds. By default, the delay is set to 8 seconds.

#Optional: Now you can provide a 100 word long custom prompt before submitting the file. Directly type your prompt in the text box at the bottom of the page. 

3. Select the file you wish to upload and click the "Submit" button.

4. Once the file is being uploaded, the button will turn 'Yellow' and the text will be automatically divided into manageable chunks with appropriate formatting and numbering.

5. It is important to press the "Stop Generating" button as soon as the GPT starts providing answers for the given prompt. This step allows the extension to work efficiently and input the chunks accurately. Failure to perform this step may result in errors.

6. When the entire text has been successfully uploaded, the "Submit" button will turn 'Green' to indicate completion.



-------Privacy--------
We prioritize your privacy and ensure that we do not collect any files or data from you, so you can enjoy our services without any concerns.                    

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

Όνομα GPTEnhancer GPTEnhancer
ID mikkjpbemglkdhfalbapecafkaoebjlc
Επίσημο URL https://chromewebstore.google.com/detail/gptenhancer/mikkjpbemglkdhfalbapecafkaoebjlc
Περιγραφή Provides you the feature to upload files to ChatGPT and make it more user specific
Μέγεθος Αρχείου 10.81 MB
Αριθμός Εγκαταστάσεων 250
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2023-08-10
Ημερομηνία Δημοσίευσης 2023-06-05
Αξιολόγηση 5.00/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής gptenhancer.team
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://gptenhancerteam.wixsite.com/gpt-enhancer
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GPTEnhancer",
    "description": "Provides you the feature to upload files to ChatGPT and make it more user specific",
    "version": "1.0.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "96": "icon96.png",
        "128": "icon128.png",
        "192": "icon192.png"
    },
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "96": "icon96.png",
            "128": "icon128.png",
            "192": "icon192.png"
        },
        "default_title": "GPTEnhancer: Upload file and boost GPT experience"
    },
    "content_scripts": [
        {
            "js": [
                "new_content.js",
                "pdf.min.js",
                "pdf.worker.min.js",
                "tesseract.min.js"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ]
        }
    ]
}