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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://aipromptmanager.com.au และคุณลักษณะหลักของมันคือ "AI Prompt Manager: Store & manage GPT prompts. Sleek UI, easy search & share. Maximize GPT's potential."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AI Prompt Manager

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
อีเมล [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"
    }
}