ChatGPT Auto Prompt Fill

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

Co to jest ChatGPT Auto Prompt Fill?

ChatGPT Auto Prompt Fill to rozszerzenie Chrome opracowane przez https://autopromptfill.com, a jego główną funkcją jest „Auto Prompt Fill: Auto-fill your ChatGPT prompts using PromptToolbox and more.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia ChatGPT Auto Prompt Fill

Pobierz pliki rozszerzeń ChatGPT Auto Prompt Fill w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa ChatGPT Auto Prompt Fill ChatGPT Auto Prompt Fill
ID dbikogdgfpfhbjdlogjlmkafkklebfbk
Oficjalny URL https://chromewebstore.google.com/detail/chatgpt-auto-prompt-fill/dbikogdgfpfhbjdlogjlmkafkklebfbk
Opis Auto Prompt Fill: Auto-fill your ChatGPT prompts using PromptToolbox and more.
Rozmiar pliku 50.74 KB
Liczba instalacji 83
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2023-07-03
Data Publikacji 2023-06-20
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://autopromptfill.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://autopromptfill.com
Adres URL Strony Pomocy https://autopromptfill.com
Obsługiwane Języki 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": [
        ""
    ]
}