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
官方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
帮助页面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": [
        ""
    ]
}