ChatGPT Auto Prompt Fill

Auto Prompt Fill: Auto-fill your ChatGPT prompts using PromptToolbox and more.

Cos'è ChatGPT Auto Prompt Fill?

ChatGPT Auto Prompt Fill è un'estensione di Chrome sviluppata da https://autopromptfill.com, e la sua funzione principale è "Auto Prompt Fill: Auto-fill your ChatGPT prompts using PromptToolbox and more.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ChatGPT Auto Prompt Fill

Scarica i file di estensione ChatGPT Auto Prompt Fill 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

                        Auto Prompt Fill enhances your productivity with ChatGPT. This tool automatically fills prompts that you've created using PromptToolbox. Now you can quickly fill your prompts without the hassle, freeing up your time for more creative work.                    

Informazioni di Base sull'Estensione

Nome ChatGPT Auto Prompt Fill ChatGPT Auto Prompt Fill
ID dbikogdgfpfhbjdlogjlmkafkklebfbk
URL Ufficiale https://chromewebstore.google.com/detail/chatgpt-auto-prompt-fill/dbikogdgfpfhbjdlogjlmkafkklebfbk
Descrizione Auto Prompt Fill: Auto-fill your ChatGPT prompts using PromptToolbox and more.
Dimensione del File 50.74 KB
Conteggio Installazioni 83
Versione Corrente 1.0.2
Ultimo Aggiornamento 2023-07-03
Data di Pubblicazione 2023-06-20
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://autopromptfill.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://autopromptfill.com
URL della Pagina di Aiuto https://autopromptfill.com
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Auto Prompt Fill",
    "short_name": "APF",
    "version": "1.0.2",
    "description": "Auto Prompt Fill: Auto-fill your ChatGPT prompts using PromptToolbox and more.",
    "permissions": [
        "https:\/\/prompttoolbox.com\/*",
        "https:\/\/chat.openai.com\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/prompttoolbox.com\/*",
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "host_permissions": [
        ""
    ]
}