Promptly

Promptly provides predefined prompts for AI writing software such as ChatGPT, Jasper or others.

Promptlyとは何ですか?

Promptlyはhttps://flipsidelabs.comによって開発されたChromeの拡張機能で、その主な機能は「Promptly provides predefined prompts for AI writing software such as ChatGPT, Jasper or others.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Promptly拡張機能のCRXファイルをダウンロード

Promptly拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Promptly is a tool that enhances the capabilities of AI writing software such as ChatGPT, Jasper, or others. It offers a collection of pre-written prompts that users can use as a starting point for their writing projects, helping to streamline the creative process and make it easier to generate high-quality content. With this item, users can quickly access a variety of writing prompts, from simple questions to more complex scenarios, and start generating content in just a few clicks. Whether you're a writer, marketer, or content creator, this item can help you produce engaging, compelling content more efficiently, making it a must-have for anyone looking to get the most out of their AI writing software.                    

拡張機能の基本情報

名前 Promptly Promptly
ID cbbcphmidjdoikocpbjohadbncadphkh
公式URL https://chromewebstore.google.com/detail/promptly/cbbcphmidjdoikocpbjohadbncadphkh
説明 Promptly provides predefined prompts for AI writing software such as ChatGPT, Jasper or others.
ファイルサイズ 87.96 KB
インストール数 2,000
現在のバージョン 1.6
最終更新日 2023-02-22
公開日 2023-02-02
評価 5.00/5 合計 2 レビュー
開発者 https://flipsidelabs.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://promptly.flipsidelabs.com/
ヘルプページのURL https://promptly.flipsidelabs.com/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Promptly",
    "version": "1.6",
    "description": "Promptly provides predefined prompts for AI writing software such as ChatGPT, Jasper or others.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/robo-advisor-16.png",
        "32": "images\/robo-advisor-32.png",
        "48": "images\/robo-advisor-48.png",
        "128": "images\/robo-advisor-128.png"
    }
}