ChatGPT Auto Prompt Fill

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

ما هو ChatGPT Auto Prompt Fill؟

ChatGPT Auto Prompt Fill هو إضافة Chrome تم تطويرها بواسطة https://autopromptfill.com، والميزة الرئيسية لها هي "Auto Prompt Fill: Auto-fill your ChatGPT prompts using PromptToolbox and more.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة ChatGPT Auto Prompt Fill

قم بتنزيل ملفات الامتداد ChatGPT Auto Prompt Fill بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم ChatGPT Auto Prompt Fill ChatGPT Auto Prompt Fill
ID dbikogdgfpfhbjdlogjlmkafkklebfbk
عنوان URL الرسمي https://chromewebstore.google.com/detail/chatgpt-auto-prompt-fill/dbikogdgfpfhbjdlogjlmkafkklebfbk
الوصف Auto Prompt Fill: Auto-fill your ChatGPT prompts using PromptToolbox and more.
حجم الملف 50.74 KB
عدد التثبيتات 83
النسخة الحالية 1.0.2
آخر تحديث 2023-07-03
تاريخ النشر 2023-06-20
تقييم 5.00/5 مجموع تقييمات 1
المطور https://autopromptfill.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://autopromptfill.com
عنوان صفحة المساعدة https://autopromptfill.com
اللغات المدعومة 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": [
        ""
    ]
}