ChatGPT Auto Prompt Fill

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

Hvad er ChatGPT Auto Prompt Fill?

ChatGPT Auto Prompt Fill er en Chrome-udvidelse udviklet af https://autopromptfill.com, og dens hovedfunktion er "Auto Prompt Fill: Auto-fill your ChatGPT prompts using PromptToolbox and more.".

Udvidelsesskærmbilleder

screenshot

Download ChatGPT Auto Prompt Fill-udvidelses-CRX-fil

Download ChatGPT Auto Prompt Fill-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn ChatGPT Auto Prompt Fill ChatGPT Auto Prompt Fill
ID dbikogdgfpfhbjdlogjlmkafkklebfbk
Officiel URL https://chromewebstore.google.com/detail/chatgpt-auto-prompt-fill/dbikogdgfpfhbjdlogjlmkafkklebfbk
Beskrivelse Auto Prompt Fill: Auto-fill your ChatGPT prompts using PromptToolbox and more.
Filstørrelse 50.74 KB
Antal Installationer 83
Nuværende Version 1.0.2
Senest Opdateret 2023-07-03
Udgivelsesdato 2023-06-20
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://autopromptfill.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://autopromptfill.com
Hjælpeside-URL https://autopromptfill.com
Understøttede Sprog 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": [
        ""
    ]
}