Prompt Engineer - ChatGPT, Bard, Claude

Keep prompts together, apply everywhere.

Cos'è Prompt Engineer - ChatGPT, Bard, Claude?

Prompt Engineer - ChatGPT, Bard, Claude è un'estensione di Chrome sviluppata da Ludus, e la sua funzione principale è "Keep prompts together, apply everywhere.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Prompt Engineer - ChatGPT, Bard, Claude

Scarica i file di estensione Prompt Engineer - ChatGPT, Bard, Claude in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Ever wondered how to communicate more effectively with ChatGPT? Allow us to introduce something special.

Presenting Prompt Engineer for ChatGPT – a cutting-edge Chrome extension designed to elevate your ChatGPT, Bard, and OpenAI Playground Chat experience. Made with you in mind, seamlessly integrated with the latest tech, gracefully simplistic, yet mighty in action.

version 0.0.8:
- integration with claude.ai
- integration with poe.com
- ability to work on any page

version 0.0.7:
- temporary fix related to issues with version 0.0.6. We had to revert to version 0.0.5.

version 0.0.6:
- integration with claude.ai
- integration with poe.com
- ability to work on any page

version 0.0.5:
- integration with OpenAI Playground Chat
- integration with Bard
- sending prompts using the shortcut ctrl+enter or cmd+enter
- export session prompt to JSON
- export prompts to CSV

version 0.0.4:
- import/export prompts to CSV
- fix for menu buttons

Key Features:

Unified Compatibility: Seamlessly integrates with ChatGPT, Bard, and OpenAI Playground Chat, enhancing your conversational experience across platforms.

Create & Modify: Add various inputs that seamlessly merge into one unique prompt. Let your creativity know no bounds.

Session Memory: Save individual prompts or entire sessions with precision. Relive your conversational journey whenever you wish.

File Integration: Effortlessly add files and observe their updates in real-time. A new dimension to your interactions.

Full Control: Choose which inputs to incorporate. Toggle on, toggle off, and experiment to your heart’s content.

Retain What Matters: Decide if you wish to keep the prompt value after sending it to ChatGPT. Your data, your rules.

Store Your Thoughts: The prompt storage function lets you revisit your insights at any time.                    

Informazioni di Base sull'Estensione

Nome Prompt Engineer - ChatGPT, Bard, Claude Prompt Engineer - ChatGPT, Bard, Claude
ID gfckpfgipkbjhaofhfijkdmgopcoinhe
URL Ufficiale https://chromewebstore.google.com/detail/prompt-engineer-chatgpt-b/gfckpfgipkbjhaofhfijkdmgopcoinhe
Descrizione Keep prompts together, apply everywhere.
Dimensione del File 4.4 MB
Conteggio Installazioni 354
Versione Corrente 0.0.8
Ultimo Aggiornamento 2023-10-10
Data di Pubblicazione 2023-08-20
Valutazione 4.60/5 Totale 5 Valutazioni
Sviluppatore Ludus
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Prompt Engineer - ChatGPT, Bard, Claude",
    "description": "Keep prompts together, apply everywhere.",
    "version": "0.0.8",
    "manifest_version": 3,
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "storage",
        "background",
        "activeTab"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Prompt Engineer",
        "default_icon": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; font-src 'self' data:;"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "match_about_blank": false,
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzNYHKvwJc5o6olQ1gj0xD7Xb4MT5QTHglFloy9u2GPRG7wpoCY\/XxYeRaxj61NeTTBlpTpUB4OuXV0BNW3HDDzUj6V5vpECKQoJUx384FPTIduJ\/dinSPPvdGlg6CaiGUtLkcikCHrhqdQjleDjyOpCmMxnoQgyNO7iyuO3wUeu6Yuol1ouP0vNu5cnEEP8XAQJtuSpuqpU7841g0uJZ8hAMNhENYUmVfv6H6qa06yrhNars1kkC\/PF3yrPJQb7xDYcEB3VFSSXb2l6Va56oaDkrF1WZQpM6uxDQK0it0+3b75nHgzecRMzh8DDe3qXNnKuIkm71fhMxd1rUO93VjwIDAQAB"
}