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
官方網址 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
電子郵箱 [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"
    }
}