ChatGPT Auto Prompt Fill

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

什麼是ChatGPT Auto Prompt Fill?

ChatGPT Auto Prompt Fill是由https://autopromptfill.com開發的Chrome擴展程式,該擴展的主要功能是“Auto Prompt Fill: Auto-fill your ChatGPT prompts using PromptToolbox and more.”。

擴展截圖

screenshot

下載ChatGPT Auto Prompt Fill擴展crx文件

下載ChatGPT Auto Prompt Fill擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
說明頁面URL 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": [
        ""
    ]
}