AI Prompt Manager

AI Prompt Manager: Store & manage GPT prompts. Sleek UI, easy search & share. Maximize GPT's potential.

AI Prompt Manager là gì?

AI Prompt Manager là một tiện ích mở rộng Chrome được phát triển bởi https://aipromptmanager.com.au, và tính năng chính của nó là "AI Prompt Manager: Store & manage GPT prompts. Sleek UI, easy search & share. Maximize GPT's potential.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AI Prompt Manager

Tải xuống các tệp mở rộng AI Prompt Manager dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AI Prompt Manager AI Prompt Manager
ID akjcamlhnmpmdlhcehldddddmfmlgipe
URL Chính Thức https://chromewebstore.google.com/detail/ai-prompt-manager/akjcamlhnmpmdlhcehldddddmfmlgipe
Mô tả AI Prompt Manager: Store & manage GPT prompts. Sleek UI, easy search & share. Maximize GPT's potential.
Kích Thước Tệp 736 KB
Số Lần Cài Đặt 119
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2023-10-16
Ngày Phát Hành 2023-08-20
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://aipromptmanager.com.au
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://aipromptmanager.com.au/
URL Trang Trợ Giúp https://aipromptmanager.com.au/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}