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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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": [ " |