AI Prompt Manager
AI Prompt Manager: Store & manage GPT prompts. Sleek UI, easy search & share. Maximize GPT's potential.
AI Prompt Managerとは何ですか?
AI Prompt Managerはhttps://aipromptmanager.com.auによって開発されたChromeの拡張機能で、その主な機能は「AI Prompt Manager: Store & manage GPT prompts. Sleek UI, easy search & share. Maximize GPT's potential.」です。
拡張機能のスクリーンショット
AI Prompt Manager拡張機能のCRXファイルをダウンロード
AI Prompt Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
AI Prompt Manager is a FREE and versatile Chrome app designed to help users store and manage their favorite GPT prompts. With an intuitive and stylish user interface, this app makes organizing your prompts a breeze. Create custom categories to sort your prompts, and use the built-in search feature to quickly find the ones you need. The 'GPT' button enables you to effortlessly use your stored prompts in chat GPT, while the 'Export' feature makes it simple to export / import your favorite prompts with friends and colleagues. Streamline your GPT prompt management with AI Prompt Manager - an essential tool for anyone looking to unlock the full potential of GPT-powered AI.
拡張機能の基本情報
名前 | AI Prompt Manager |
ID | akjcamlhnmpmdlhcehldddddmfmlgipe |
公式URL | https://chromewebstore.google.com/detail/ai-prompt-manager/akjcamlhnmpmdlhcehldddddmfmlgipe |
説明 | AI Prompt Manager: Store & manage GPT prompts. Sleek UI, easy search & share. Maximize GPT's potential. |
ファイルサイズ | 736 KB |
インストール数 | 119 |
現在のバージョン | 1.3 |
最終更新日 | 2023-10-16 |
公開日 | 2023-08-20 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | https://aipromptmanager.com.au |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://aipromptmanager.com.au/ |
ヘルプページのURL | https://aipromptmanager.com.au/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "AI Prompt Manager", "description": "AI Prompt Manager: Store & manage GPT prompts. Sleek UI, easy search & share. Maximize GPT's potential.", "version": "1.3", "permissions": [ "storage", "activeTab", "scripting" ], "background": { "service_worker": "background.js" }, "externally_connectable": { "matches": [ "https:\/\/aipromptmanager.com.au\/*" ] }, "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*", "https:\/\/aipromptmanager.com.au\/*" ], "js": [ "content.js" ], "run_at": "document_idle" } ], "action": { "default_popup": "index.html", "default_icon": "icon16.png" } } |